This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgObject |
| Object hierarchy base class. More... | |
Defines | |
| #define | LSG_OBJECT_H 1 |
Typedefs | |
| typedef LsgObject | LsgObject |
Functions | |
| void | LsgObject_init (LsgObject *self) |
| void | LsgObject_destroy (LsgObject *self) |
| void | LsgObject_free (LsgObject *obj) |
|
|
Constructor method for LsgObject.
|
|
|
Destructor method for LsgObject.
|
|
|
Non virtual destructor for LsgObject instances. Calls the virtual destructor method and afterwards frees the allocated memory.
|