#include <vRegistry.h>
Public Member Functions | |
void | reg (Registration *me) |
Expr::Base * | create (std::vector< tString > flags, tString fname, arglist) |
Static Public Member Functions | |
static Registry & | theRegistry () |
Singleton accessor. | |
Private Attributes | |
std::vector< Registration * > | registrations |
Definition at line 65 of file vRegistry.h.
void vValue::Registry::Registry::reg | ( | Registration * | me | ) |
Referenced by vValue::Registry::Registration::Registration().
Expr:: Base* vValue::Registry::Registry::create | ( | std::vector< tString > | flags, | |
tString | fname, | |||
arglist | ||||
) |
static Registry& vValue::Registry::Registry::theRegistry | ( | ) | [static] |
Singleton accessor.
std::vector<Registration *> vValue::Registry::Registry::registrations [private] |
Definition at line 66 of file vRegistry.h.