t_tinyobject Struct Reference

The tiny object structure sits at the head of any object to which you may pass messages (and which you may feed to freeobject()). More...

#include <ext_mess.h>

Data Fields

struct messlist * t_messlist
 list of messages and methods
long t_magic
 magic number

Detailed Description

The tiny object structure sits at the head of any object to which you may pass messages (and which you may feed to freeobject()).

In general, you should use t_object instead.