40 #ifndef __OPENFLUID_MACHINE_SIMULATORSIGNATUREREGISTRY_HPP__ 41 #define __OPENFLUID_MACHINE_SIMULATORSIGNATUREREGISTRY_HPP__ 53 class ModelItemSignatureInstance;
54 class GeneratorSignature;
80 SimSignaturesByTypeByName_t m_SimSignatures;
82 GenSignaturesByMethod_t m_GenSignatures;
95 const SimSignaturesByTypeByName_t& getSimSignatures()
const;
97 const SimSignaturesByName_t& getGeneratorSignatures()
const;
99 const SimSignaturesByName_t& getSimulatorSignatures()
const;
std::map< std::string, openfluid::machine::ModelItemSignatureInstance * > SimSignaturesByName_t
Definition: SimulatorSignatureRegistry.hpp:68
std::map< openfluid::fluidx::GeneratorDescriptor::GeneratorMethod, openfluid::machine::ModelItemSignatureInstance * > GenSignaturesByMethod_t
Definition: SimulatorSignatureRegistry.hpp:72
Definition: ModelItemInstance.hpp:77
std::string WareID_t
Definition: TypeDefs.hpp:50
Definition: SimulatorSignatureRegistry.hpp:61
#define OPENFLUID_SINGLETON_DEFINITION(T)
Definition: SingletonMacros.hpp:78
Definition: WareSignatureRegistry.hpp:50
#define OPENFLUID_API
Definition: dllexport.hpp:87
std::map< openfluid::ware::WareType, SimSignaturesByName_t > SimSignaturesByTypeByName_t
Definition: SimulatorSignatureRegistry.hpp:75
WareType
Definition: TypeDefs.hpp:62
Definition: ModelItemDescriptor.hpp:52
GeneratorMethod
Definition: GeneratorDescriptor.hpp:55
Definition: ApplicationException.hpp:47