Max 5 API Reference

t_object Struct Reference
[Objects]

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.
long 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.

Definition at line 135 of file ext_mess.h.


The documentation for this struct was generated from the following files:

Copyright © 2008, Cycling '74