MBDyn-1.7.3
|
Go to the source code of this file.
Classes | |
class | TypedValue |
class | TypedValue::ErrUnknownType |
class | TypedValue::ErrWrongType |
class | TypedValue::ErrUnknownValue |
class | TypedValue::ErrConstraintViolation |
class | NamedValue |
class | Var |
Typedefs | |
typedef double | Real |
typedef int | Int |
Functions | |
bool | operator! (const TypedValue &v) |
TypedValue | operator- (const TypedValue &v) |
TypedValue | operator+ (const TypedValue &v) |
std::ostream & | operator<< (std::ostream &out, const TypedValue &v) |
bool operator! | ( | const TypedValue & | v | ) |
Definition at line 1657 of file mathp.cc.
References TypedValue::GetReal(), TypedValue::GetString(), TypedValue::GetType(), and TypedValue::VAR_STRING.
TypedValue operator+ | ( | const TypedValue & | v | ) |
TypedValue operator- | ( | const TypedValue & | v | ) |
Definition at line 1667 of file mathp.cc.
References TypedValue::GetInt(), TypedValue::GetReal(), TypedValue::GetType(), MBDYN_EXCEPT_ARGS, TypedValue::VAR_BOOL, TypedValue::VAR_INT, TypedValue::VAR_REAL, and TypedValue::VAR_STRING.
std::ostream& operator<< | ( | std::ostream & | out, |
const TypedValue & | v | ||
) |
Definition at line 1695 of file mathp.cc.
References TypedValue::GetInt(), TypedValue::GetReal(), TypedValue::GetString(), TypedValue::GetType(), MBDYN_EXCEPT_ARGS, TypedValue::VAR_BOOL, TypedValue::VAR_INT, TypedValue::VAR_REAL, and TypedValue::VAR_STRING.