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;
 
Definition: ModelItemDescriptor.hpp:52
 
std::map< std::string, openfluid::machine::ModelItemSignatureInstance * > SimSignaturesByName_t
Definition: SimulatorSignatureRegistry.hpp:68
 
#define OPENFLUID_API
Definition: dllexport.hpp:87
 
std::string WareID_t
Definition: TypeDefs.hpp:50
 
std::map< openfluid::fluidx::GeneratorDescriptor::GeneratorMethod, openfluid::machine::ModelItemSignatureInstance * > GenSignaturesByMethod_t
Definition: SimulatorSignatureRegistry.hpp:72
 
WareType
Definition: TypeDefs.hpp:62
 
Definition: ApplicationException.hpp:47
 
#define OPENFLUID_SINGLETON_DEFINITION(T)
Definition: SingletonMacros.hpp:78
 
std::map< openfluid::ware::WareType, SimSignaturesByName_t > SimSignaturesByTypeByName_t
Definition: SimulatorSignatureRegistry.hpp:75
 
Definition: ModelItemInstance.hpp:77
 
GeneratorMethod
Definition: GeneratorDescriptor.hpp:55
 
Definition: SimulatorSignatureRegistry.hpp:61
 
Definition: WareSignatureRegistry.hpp:50