|
Schnek
|


Public Types | |
| typedef Expression< vtype_orig >::pExpression | pExpressionOrig |
| A pointer to an original Expression. | |
Public Types inherited from schnek::Expression< vtype > | |
| typedef boost::shared_ptr< Expression > | pExpression |
| A pointer to an Expression. | |
| typedef vtype | ValueType |
Public Member Functions | |
| TypecastOp (pExpressionOrig expr_) | |
| vtype | eval () |
| Return the modified value. | |
| bool | isConstant () |
| Constancy depends on the constancy of the expression. | |
| DependencyList | getDependencies () |
| returns the dependencies of the sub expression | |
Public Member Functions inherited from schnek::Expression< vtype > | |
| vtype | operator() () |
| The () operator allows expressions to be used as function objects. | |