#include <BasicClassGroup.h>
Protected Member Functions | |
BasicClassGroup (void **classes, const unsigned int size) | |
~BasicClassGroup () | |
void * | getClass (const unsigned int id) |
A BasicException will be thrown if the id is invalid. | |
Protected Attributes | |
void ** | classes |
unsigned int | size |
Should not be accessed directly, but rather through an instance of BasicClassGroupAccessor.
|
|
|
|
|
A BasicException will be thrown if the id is invalid.
|
|
|
|
|