PluginClassStorage Class Reference
Represents some storage of a plugin class on a core object, usually some pointer (void *).
More...
#include <pluginclasses.h>
Inherited by CompScreen, and CompWindow.
List of all members.
|
Public Types |
typedef std::vector< bool > | Indices |
Public Member Functions |
| PluginClassStorage (Indices &iList) |
Public Attributes |
std::vector< void * > | pluginClasses |
Static Protected Member Functions |
static unsigned int | allocatePluginClassIndex (Indices &iList) |
static void | freePluginClassIndex (Indices &iList, unsigned int idx) |
Detailed Description
Represents some storage of a plugin class on a core object, usually some pointer (void *).
The documentation for this class was generated from the following file: