| MBDyn-1.7.3
    | 
#include <evaluator_impl.h>


| Public Member Functions | |
| EE_StmtList (ExpressionElement *pEE1, ExpressionElement *pEE2) | |
| ~EE_StmtList (void) | |
| TypedValue | Eval (void) const | 
| std::ostream & | Output (std::ostream &out) const | 
|  Public Member Functions inherited from ExpressionElement | |
| virtual | ~ExpressionElement (void) | 
| Private Attributes | |
| ExpressionElement * | m_pEE1 | 
| ExpressionElement * | m_pEE2 | 
| 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 618 of file evaluator_impl.h.
| 
 | inline | 
Definition at line 623 of file evaluator_impl.h.
| 
 | inline | 
| 
 | inlinevirtual | 
Implements ExpressionElement.
Definition at line 627 of file evaluator_impl.h.
References ASSERT, ExpressionElement::Eval(), m_pEE1, and m_pEE2.

| 
 | inlinevirtual | 
Implements ExpressionElement.
Definition at line 640 of file evaluator_impl.h.
References m_pEE1, m_pEE2, and ExpressionElement::Output().

| 
 | private | 
Definition at line 620 of file evaluator_impl.h.
Referenced by Eval(), Output(), and ~EE_StmtList().
| 
 | private | 
Definition at line 620 of file evaluator_impl.h.
Referenced by Eval(), Output(), and ~EE_StmtList().