List of Registry::Entry.
More...
#include <Registry.h>
|
unsigned | size () const |
| Return the size of the list.
|
|
Parent * | operator[] (unsigned i) const |
| Return the specified entry.
|
|
void | erase (unsigned i) |
| Remove the specified entry.
|
|
Parent * | create (unsigned i) const |
| Return pointer to a null-constructed instance of Parent class.
|
|
|
static bool | verbose = false |
| verbosity flag used for debugging
|
|
|
void | add (Entry< Parent > *entry) |
| Add an entry to the registry.
|
|
template<class Parent>
class Registry::List< Parent >
List of Registry::Entry.
The documentation for this class was generated from the following file: