#include <collection.h>
Definition at line 52 of file collection.h.
Data Fields | |
void * | data |
The pointer to the object. | |
int | size |
The first size parameter. | |
int | size2 |
The second size parameter. | |
bool | owner |
True if the collection owns this object. | |
class io_base * | iop |
A pointer to the corresponding io_base object. |