#include <ConnectorFactoryMapRegistrar.h>
Public Member Functions | |
ConnectorFactoryMapRegistrar (const std::string &name, ConnectorFactory *factory, bool manageLifetime=true) | |
virtual | ~ConnectorFactoryMapRegistrar (void) |
virtual ConnectorFactory & | getFactory (void) |
Private Attributes | |
std::string | name |
ConnectorFactory * | factory |
bool | manageLifetime |
|
Constructor for this class
|
|
|
|
get a reference to the factory that this class is holding
|
|
|
|
|
|
|