t_object Struct Reference

The structure for the head of any object which wants to have inlets or outlets, or support attributes. More...

#include <ext_mess.h>

Data Fields

struct messlist * o_messlist
 list of messages and methods. The -1 entry of the message list of an object contains a pointer to its t_class entry.
t_ptr_int o_magic
 magic number
struct inlet * o_inlet
 list of inlets
struct outlet * o_outlet
 list of outlets

Detailed Description

The structure for the head of any object which wants to have inlets or outlets, or support attributes.