MBDyn-1.7.3
|
This is the complete list of members for TypedValue, including all inherited members.
bConst | TypedValue | protected |
Cast(const TypedValue &var, bool bErr=false) | TypedValue | |
Const(void) const | TypedValue | |
GetBool(void) const | TypedValue | |
GetInt(void) const | TypedValue | |
GetReal(void) const | TypedValue | |
GetString(void) const | TypedValue | |
GetType(void) const | TypedValue | |
GetTypeName(void) const | TypedValue | |
GetTypeName(TypedValue::Type t) | TypedValue | static |
i | TypedValue | |
MOD_CONST enum value | TypedValue | |
MOD_LAST enum value | TypedValue | |
MOD_UNKNOWN enum value | TypedValue | |
operator!=(const TypedValue &v) const | TypedValue | |
operator%(const TypedValue &v) const | TypedValue | |
operator%=(const TypedValue &v) | TypedValue | |
operator&&(const TypedValue &v) const | TypedValue | |
operator*(const TypedValue &v) const | TypedValue | |
operator*=(const TypedValue &v) | TypedValue | |
operator+(const TypedValue &v) const | TypedValue | |
operator+=(const TypedValue &v) | TypedValue | |
operator-(const TypedValue &v) const | TypedValue | |
operator-=(const TypedValue &v) | TypedValue | |
operator/(const TypedValue &v) const | TypedValue | |
operator/=(const TypedValue &v) | TypedValue | |
operator<(const TypedValue &v) const | TypedValue | |
operator<=(const TypedValue &v) const | TypedValue | |
operator=(const TypedValue &var) | TypedValue | |
operator==(const TypedValue &v) const | TypedValue | |
operator>(const TypedValue &v) const | TypedValue | |
operator>=(const TypedValue &v) const | TypedValue | |
operator||(const TypedValue &v) const | TypedValue | |
r | TypedValue | |
s | TypedValue | protected |
Set(const bool &b) | TypedValue | |
Set(const Int &i) | TypedValue | |
Set(const Real &r) | TypedValue | |
Set(const std::string &s) | TypedValue | |
SetConst(bool isConst=true, bool bForce=false) | TypedValue | |
SetType(TypedValue::Type t, bool isConst=false) | TypedValue | |
Type enum name | TypedValue | |
type | TypedValue | protected |
TypedValue(void) | TypedValue | |
TypedValue(const bool &b, bool isConst=false) | TypedValue | |
TypedValue(const Int &i, bool isConst=false) | TypedValue | |
TypedValue(const Real &r, bool isConst=false) | TypedValue | |
TypedValue(const std::string &s, bool isConst=false) | TypedValue | |
TypedValue(const TypedValue::Type t, bool isConst=false) | TypedValue | |
TypedValue(const TypedValue &var) | TypedValue | |
TypeModifier enum name | TypedValue | |
v | TypedValue | protected |
VAR_BOOL enum value | TypedValue | |
VAR_INT enum value | TypedValue | |
VAR_LAST enum value | TypedValue | |
VAR_REAL enum value | TypedValue | |
VAR_STRING enum value | TypedValue | |
VAR_UNKNOWN enum value | TypedValue | |
~TypedValue(void) | TypedValue |