atlas
|
Public Member Functions | |
const std::string & | factory () const |
std::vector< std::string > | keys () const |
void | list (std::ostream &) const |
bool | has (const std::string &builder) const |
void | add (const std::string &builder, FactoryBase *) |
void | remove (const std::string &builder) |
FactoryBase * | get (const std::string &builder) const |
Protected Member Functions | |
FactoryRegistry (const std::string &factory) | |