41 #ifndef __OPENFLUID_FLUIDX_DATASTOREITEMDESCRIPTOR_HPP__    42 #define __OPENFLUID_FLUIDX_DATASTOREITEMDESCRIPTOR_HPP__    49 #include <openfluid/core/TypeDefs.hpp>    61     std::string m_PrefixPath;
    63     std::string m_RelativePath;
    67     std::string m_UnitsClass;
    74                             const std::string& PrefixPath, 
const std::string& RelativePath,
    85       setUnitsClass(UnitsClass);
    95       return getUnitsClass();
    98     std::string getID() 
const;
   100     std::string getPrefixPath() 
const;
   102     std::string getRelativePath() 
const;
 void setUnitClass(const std::string &UnitsClass)
Definition: DatastoreItemDescriptor.hpp:83
UnstructuredType
Definition: UnstructuredValue.hpp:57
openfluid::core::UnitsClass_t getUnitClass() const
Definition: DatastoreItemDescriptor.hpp:93
std::string UnitsClass_t
Definition: TypeDefs.hpp:98
Definition: DatastoreItemDescriptor.hpp:55
Definition: ApplicationException.hpp:47
#define OPENFLUID_API
Definition: dllexport.hpp:86