API  4.4
For C++ developers
OpenSim::StorageFactory Class Reference

Public Member Functions

 StorageFactory ()
 
 ~StorageFactory ()
 
virtual StorageInterfacecreateStorage (std::string &fileNameWithExtension)
 

Static Public Member Functions

static void registerStorageCreator (std::string &ext, StorageCreator *newCreator)
 

Constructor & Destructor Documentation

◆ StorageFactory()

OpenSim::StorageFactory::StorageFactory ( )
inline

◆ ~StorageFactory()

OpenSim::StorageFactory::~StorageFactory ( )
inline

Member Function Documentation

◆ createStorage()

virtual StorageInterface* OpenSim::StorageFactory::createStorage ( std::string &  fileNameWithExtension)
inlinevirtual

◆ registerStorageCreator()

static void OpenSim::StorageFactory::registerStorageCreator ( std::string &  ext,
StorageCreator newCreator 
)
inlinestatic

The documentation for this class was generated from the following file: