Classes |
| class | BooleanValue |
| class | CompoundValue |
| class | CoreRepository |
| class | DateTime |
| | Class for management of date and time information. More...
|
| class | DoubleValue |
| class | Event |
| | Class defining a discrete event, including attached information. More...
|
| class | EventsCollection |
| | Class defining a collection of discrete events. More...
|
| class | InputData |
| class | InstantiationInfo |
| class | IntegerValue |
| class | MapValue |
| class | Matrix |
| class | MatrixValue |
| class | NullValue |
| class | SimpleValue |
| class | StringValue |
| class | Unit |
| class | UnitsCollection |
| class | Value |
| class | ValuesBuffer |
| class | ValuesBufferProperties |
| class | Variables |
| class | Vector |
| class | VectorValue |
Typedefs |
| typedef unsigned long long | rawtime_t |
| typedef std::list< Event > | EventsList_t |
| typedef unsigned int | UnitID_t |
| typedef int | PcsOrd_t |
| typedef std::string | UnitClass_t |
| typedef std::string | InputDataName_t |
| typedef std::string | VariableName_t |
| typedef unsigned int | TimeStep_t |
typedef std::pair< UnitClass_t,
UnitID_t > | UnitClassID_t |
typedef std::pair
< UnitClassID_t, UnitClassID_t > | UnitsLink_t |
| typedef DoubleValue | ScalarValue |
| typedef std::vector< double > | SerieOfScalarValue |
| typedef std::vector< DoubleValue > | SerieOfDoubleValue |
| typedef std::vector< VectorValue > | SerieOfVectorValue |
| typedef std::string | FuncParamKey_t |
typedef
openfluid::core::StringValue | FuncParamValue_t |
typedef std::map
< FuncParamKey_t,
FuncParamValue_t > | FuncParamsMap_t |
| typedef std::map< UnitID_t, float > | IDFloatMap |
typedef std::map< UnitID_t,
double > | IDDoubleMap |
typedef std::map< UnitID_t,
double > | IDScalarValueMap |
typedef std::map< UnitID_t,
DoubleValue > | IDDoubleValueMap |
| typedef std::map< UnitID_t, int > | IDIntMap |
| typedef std::map< UnitID_t, bool > | IDBoolMap |
typedef std::map< UnitID_t,
VectorValue > | IDVectorValueMap |
typedef std::map< UnitID_t,
VectorValue * > | IDVectorValuePtrMap |
typedef std::map< UnitID_t,
SerieOfScalarValue > | IDSerieOfScalarValueMap |
typedef std::map< UnitID_t,
SerieOfDoubleValue > | IDSerieOfDoubleValueMap |
typedef std::map< UnitID_t,
SerieOfScalarValue * > | IDSerieOfScalarValuePtrMap |
typedef std::map< UnitID_t,
SerieOfDoubleValue * > | IDSerieOfDoubleValuePtrMap |
typedef std::map< UnitClass_t,
UnitsCollection > | UnitsListByClassMap_t |
| typedef std::list< Unit * > | UnitsPtrList_t |
typedef std::map< UnitClass_t,
UnitsPtrList_t > | LinkedUnitsListByClassMap_t |
| typedef std::list< Unit > | UnitsList_t |
Variables |
| class DLLEXPORT | Event |