addChild(const std::string &Key, const double &Val) | openfluid::core::Tree< std::string, double > | inline |
addChild(const std::string &Key) | openfluid::core::Tree< std::string, double > | inline |
asBooleanValue() const | openfluid::core::Value | |
asBooleanValue() | openfluid::core::Value | |
asDoubleValue() const | openfluid::core::Value | |
asDoubleValue() | openfluid::core::Value | |
asIntegerValue() const | openfluid::core::Value | |
asIntegerValue() | openfluid::core::Value | |
asMapValue() const | openfluid::core::Value | |
asMapValue() | openfluid::core::Value | |
asMatrixValue() const | openfluid::core::Value | |
asMatrixValue() | openfluid::core::Value | |
asNullValue() const | openfluid::core::Value | |
asNullValue() | openfluid::core::Value | |
asStringValue() const | openfluid::core::Value | |
asStringValue() | openfluid::core::Value | |
asTreeValue() const | openfluid::core::Value | |
asTreeValue() | openfluid::core::Value | |
asVectorValue() const | openfluid::core::Value | |
asVectorValue() | openfluid::core::Value | |
begin() | openfluid::core::Tree< std::string, double > | inline |
begin() const | openfluid::core::Tree< std::string, double > | inline |
BOOLEAN enum value | openfluid::core::Value | |
child(const std::string &Key) | openfluid::core::Tree< std::string, double > | inline |
child(const std::string &Key) const | openfluid::core::Tree< std::string, double > | inline |
children() | openfluid::core::Tree< std::string, double > | inline |
children() const | openfluid::core::Tree< std::string, double > | inline |
Children_t typedef | openfluid::core::Tree< std::string, double > | |
clear() | openfluid::core::Tree< std::string, double > | inline |
clone() const override | openfluid::core::TreeValue | inlinevirtual |
const_iterator typedef | openfluid::core::Tree< std::string, double > | |
convert(Value &) const | openfluid::core::Value | inlinevirtual |
deleteChild(const std::string &Key) | openfluid::core::Tree< std::string, double > | inline |
DOUBLE enum value | openfluid::core::Value | |
end() | openfluid::core::Tree< std::string, double > | inline |
end() const | openfluid::core::Tree< std::string, double > | inline |
getChildValue(const std::string &Key, const double &DefaultVal) const | openfluid::core::Tree< std::string, double > | inline |
getStringFromValueType(const Value::Type ValueType) | openfluid::core::Value | static |
getType() const override | openfluid::core::TreeValue | inlinevirtual |
getValue() const | openfluid::core::Tree< std::string, double > | inline |
getValue(const double &DefaultVal) const | openfluid::core::Tree< std::string, double > | inline |
getValueTypeFromString(const std::string &ValueTypeString, Value::Type &ValueType) | openfluid::core::Value | static |
hasChild(const std::string &Key) const | openfluid::core::Tree< std::string, double > | inline |
hasValue() const | openfluid::core::Tree< std::string, double > | inline |
INTEGER enum value | openfluid::core::Value | |
isBooleanValue() const | openfluid::core::Value | inline |
isCompound() const override | openfluid::core::CompoundValue | inlinevirtual |
isDoubleValue() const | openfluid::core::Value | inline |
isIntegerValue() const | openfluid::core::Value | inline |
isMapValue() const | openfluid::core::Value | inline |
isMatrixValue() const | openfluid::core::Value | inline |
isNullValue() const | openfluid::core::Value | inline |
isSimple() const override | openfluid::core::CompoundValue | inlinevirtual |
isStringValue() const | openfluid::core::Value | inline |
isTreeValue() const | openfluid::core::Value | inline |
isVectorValue() const | openfluid::core::Value | inline |
iterator typedef | openfluid::core::Tree< std::string, double > | |
keyToStr(const std::string &Key) const | openfluid::core::Tree< std::string, double > | inlineprotected |
m_Children | openfluid::core::Tree< std::string, double > | protected |
m_HasValue | openfluid::core::Tree< std::string, double > | protected |
m_Value | openfluid::core::Tree< std::string, double > | protected |
MAP enum value | openfluid::core::Value | |
MATRIX enum value | openfluid::core::Value | |
NONE enum value | openfluid::core::Value | |
NULLL enum value | openfluid::core::Value | |
operator=(const Value &Other) override | openfluid::core::TreeValue | virtual |
operator=(const TreeValue &Other) | openfluid::core::TreeValue | |
openfluid::core::CompoundValue::operator=(Value &&) | openfluid::core::Value | inlinevirtual |
setValue(const double &Val) | openfluid::core::Tree< std::string, double > | inline |
size() const | openfluid::core::Tree< std::string, double > | inline |
STRING enum value | openfluid::core::Value | |
toString() const | openfluid::core::Value | |
Tree() | openfluid::core::Tree< std::string, double > | inline |
TREE enum value | openfluid::core::Value | |
TreeValue() | openfluid::core::TreeValue | inline |
TreeValue(const TreeValue &Val) | openfluid::core::TreeValue | inline |
Type enum name | openfluid::core::Value | |
Value()=default | openfluid::core::Value | |
Value(const Value &)=default | openfluid::core::Value | |
Value(Value &&)=default | openfluid::core::Value | |
VECTOR enum value | openfluid::core::Value | |
writeQuotedToStream(std::ostream &OutStm) const override | openfluid::core::TreeValue | inlinevirtual |
writeToStream(std::ostream &OutStm) const override | openfluid::core::TreeValue | virtual |
writeToStreamFlat(std::ostream &OutStm) const | openfluid::core::Tree< std::string, double > | inline |
writeToStreamHierarchically(std::ostream &OutStm, unsigned int Indent=0) const | openfluid::core::Tree< std::string, double > | inline |
~TreeValue() | openfluid::core::TreeValue | inlinevirtual |
~Value()=default | openfluid::core::Value | virtual |