#include <TransportFactoryMapRegistrar.h>
Public Member Functions | |
TransportFactoryMapRegistrar (const std::string &name, TransportFactory *factory, bool manageLifetime=true) | |
virtual | ~TransportFactoryMapRegistrar (void) |
virtual TransportFactory & | getFactory (void) |
Private Attributes | |
std::string | name |
TransportFactory * | factory |
bool | manageLifetime |
|
Constructor for this class
|
|
|
|
Return a reference to the factory object that is contained in this registrar.
|
|
|
|
|
|
|