MBDyn-1.7.3
|
#include <evaluator_impl.h>
Public Member Functions | |
EE_Value (TypedValue Val) | |
~EE_Value (void) | |
TypedValue | Eval (void) const |
std::ostream & | Output (std::ostream &out) const |
Public Member Functions inherited from ExpressionElement | |
virtual | ~ExpressionElement (void) |
Private Attributes | |
TypedValue | m_Val |
Additional Inherited Members | |
Public Types inherited from ExpressionElement | |
enum | EEFlags { EE_NONE = 0x0U, EE_CONSTIFY = 0x1U, EE_OPTIMIZE = EE_CONSTIFY } |
Static Public Member Functions inherited from ExpressionElement | |
static unsigned | GetFlags (void) |
static void | SetFlag (EEFlags f) |
static void | ClearFlag (EEFlags f) |
static bool | IsFlag (EEFlags f) |
Static Protected Attributes inherited from ExpressionElement | |
static unsigned | m_uEEFlags |
Definition at line 48 of file evaluator_impl.h.
|
inline |
Definition at line 53 of file evaluator_impl.h.
References m_Val, and TypedValue::SetConst().
|
inline |
Definition at line 55 of file evaluator_impl.h.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 50 of file evaluator_impl.h.
Referenced by EE_Value(), Eval(), and Output().