![]() |
Scarab
3.2.2
Project 8 C++ Utility Library
|
#include <indexed_factory.hh>

Public Member Functions | |
| indexed_registrar (const XIndexType &a_index) | |
| virtual | ~indexed_registrar () |
| void | register_class () const |
| XBaseType * | create (XArgs ... args) const |
Public Member Functions inherited from base_registrar< XBaseType, XArgs... > | |
| base_registrar () | |
| virtual | ~base_registrar () |
Protected Attributes | |
| XIndexType | f_index |
Definition at line 54 of file indexed_factory.hh.
| indexed_registrar | ( | const XIndexType & | a_index | ) |
Definition at line 255 of file indexed_factory.hh.
|
virtual |
Definition at line 263 of file indexed_factory.hh.
|
virtual |
Implements base_registrar< XBaseType, XArgs... >.
Definition at line 276 of file indexed_factory.hh.
| void register_class | ( | ) | const |
Definition at line 269 of file indexed_factory.hh.
|
protected |
Definition at line 65 of file indexed_factory.hh.
1.8.13