|
class | Pool |
|
class | Ptr |
| Smart pointer class This class wraps a C pointer to T, subclass of PoolObject, which gets reset to NULL as soon as the object is deleted, e.g by Pool::restoreObjects(). Its operator overloads allows the Ptr class to be used as if it was a raw C pointer. More...
|
|
|
void | setId (int id) |
|
int | getId () const override |
|
int32 | getTag () const override |
|
|
static void | saveStaticState (SaveGame *state) |
|
static void | restoreStaticState (SaveGame *state) |
|
The documentation for this class was generated from the following file: