![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::MetaDataFactory:Additional Inherited Members | |
Public Types inherited from inviwo::CloningFactory< MetaData > | |
| using | Key = typename std::remove_cv< typename std::remove_reference< const std::string & >::type >::type |
| using | Map = std::unordered_map< Key, MetaData * > |
Public Member Functions inherited from inviwo::CloningFactory< MetaData > | |
| virtual bool | registerObject (MetaData *obj) |
| virtual bool | unRegisterObject (MetaData *obj) |
| virtual std::unique_ptr< MetaData > | create (const std::string & key) const override |
| virtual bool | hasKey (const std::string & key) const override |
| virtual std::vector< Key > | getKeys () const |
Public Member Functions inherited from inviwo::Factory< MetaData, const std::string & > | |
| virtual std::unique_ptr< MetaData > | create (const std::string & key, Args... args) const=0 |
Public Member Functions inherited from inviwo::FactoryBase | |
| FactoryBase (const FactoryBase &)=delete | |
| FactoryBase & | operator= (const FactoryBase &)=delete |
| FactoryBase (FactoryBase &&)=default | |
| FactoryBase & | operator= (FactoryBase &&)=default |
Protected Attributes inherited from inviwo::CloningFactory< MetaData > | |
| Map | map_ |