OSVR-Core
|
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 |
|
inline |
Unknown