Public Types | |
typedef shared_ptr< RemoteHandler > | FactoryProduct |
typedef std::function < FactoryProduct(common::OriginalSource const &, common::InterfaceList &, common::ClientContext &)> | SpecificFactory |
Public Member Functions | |
void | addFactory (std::string const &name, SpecificFactory factory) |
bool | isKnownInterfaceType (std::string const &name) const |
FactoryProduct | invokeFactory (common::OriginalSource const &source, common::InterfaceList &ifaces, common::ClientContext &ctx) const |
Definition at line 47 of file RemoteHandlerFactory.h.
|
inline |
Unknown
Definition at line 63 of file RemoteHandlerFactory.h.