#include <object.h>
Atributos públicos | |
| object_operations * | object_ops |
| void * | priv |
| list_t | all_objects |
| list_t | list |
|
|
The object operations. |
|
|
Private data for the object, all the operation recives it as a parameter. |
|
|
Hook for the list of all objects.(Iternal use) |
|
|
Hook for an internal list.(Iternal use) |
1.2.15