
Public Member Functions | |
| Variables () | |
| ~Variables () | |
| bool | createVariable (const VariableName_t aName) |
| bool | createVariable (const VariableName_t aName, const Value::Type aType) |
| bool | modifyValue (const VariableName_t aName, const TimeStep_t aStep, const Value &aValue) |
| bool | appendValue (const VariableName_t aName, const Value &aValue) |
| bool | getValue (const VariableName_t aName, const TimeStep_t aStep, Value *aValue) const |
| Value * | getValue (const VariableName_t aName, const TimeStep_t aStep) const |
| Value * | getCurrentValue (const VariableName_t aName) const |
| bool | getCurrentValue (const VariableName_t aName, Value *aValue) const |
| bool | isVariableExist (const VariableName_t aName) const |
| bool | isVariableExist (const VariableName_t aName, const TimeStep_t aStep) const |
| bool | isVariableExist (const VariableName_t aName, const TimeStep_t aStep, Value::Type ValueType) const |
| bool | isTypedVariableExist (const VariableName_t aName, const Value::Type VarType) const |
| bool | isTypedVariableExist (const VariableName_t aName, const TimeStep_t aStep, Value::Type VarType) const |
| std::vector< VariableName_t > | getVariablesNames () const |
| unsigned int | getVariableValuesCount (const VariableName_t aName) const |
| bool | isAllVariablesCount (unsigned int Count) const |
| void | clear () |
| bool openfluid::core::Variables::appendValue | ( | const VariableName_t | aName, |
| const Value & | aValue | ||
| ) |
| void openfluid::core::Variables::clear | ( | ) |
| bool openfluid::core::Variables::createVariable | ( | const VariableName_t | aName | ) |
| bool openfluid::core::Variables::createVariable | ( | const VariableName_t | aName, |
| const Value::Type | aType | ||
| ) |
| Value* openfluid::core::Variables::getCurrentValue | ( | const VariableName_t | aName | ) | const |
| bool openfluid::core::Variables::getCurrentValue | ( | const VariableName_t | aName, |
| Value * | aValue | ||
| ) | const |
| bool openfluid::core::Variables::getValue | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep, | ||
| Value * | aValue | ||
| ) | const |
| Value* openfluid::core::Variables::getValue | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep | ||
| ) | const |
| std::vector<VariableName_t> openfluid::core::Variables::getVariablesNames | ( | ) | const |
| unsigned int openfluid::core::Variables::getVariableValuesCount | ( | const VariableName_t | aName | ) | const |
| bool openfluid::core::Variables::isAllVariablesCount | ( | unsigned int | Count | ) | const |
| bool openfluid::core::Variables::isTypedVariableExist | ( | const VariableName_t | aName, |
| const Value::Type | VarType | ||
| ) | const |
| bool openfluid::core::Variables::isTypedVariableExist | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep, | ||
| Value::Type | VarType | ||
| ) | const |
| bool openfluid::core::Variables::isVariableExist | ( | const VariableName_t | aName | ) | const |
| bool openfluid::core::Variables::isVariableExist | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep | ||
| ) | const |
| bool openfluid::core::Variables::isVariableExist | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep, | ||
| Value::Type | ValueType | ||
| ) | const |
| bool openfluid::core::Variables::modifyValue | ( | const VariableName_t | aName, |
| const TimeStep_t | aStep, | ||
| const Value & | aValue | ||
| ) |
Creative Commons By-NC-ND license