MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>
Public Member Functions | |
TOperandIter (NodeType *AOperator) | |
TOperandIter (const TOperandIter< NodeType > &AProto) | |
NodeType & | operator* () const |
NodeType * | operator-> () const |
NodeType * | get () const |
TOperandIter< NodeType > & | end () const |
TOperandIter< NodeType > & | operator++ () |
TOperandIter<> (use TNode<>::operand_iterator and const_operand_iterator) are designed to iterate the operands of an given expression. (e.g. all summands of an plus operation)