Math Type Library (libmath++) 0.0.3
math::TIfNode< class > Member List

This is the complete list of members for math::TIfNode< class >, including all inherited members.

accept(TNodeVisitor< T > &)math::TIfNode< class >virtual
begin()math::TNode< T >inline
clone() constmath::TIfNode< class >virtual
condition() const (defined in math::TIfNode< class >)math::TIfNode< class >
end()math::TNode< T >inline
equals(const TNode< T > *ANode) constmath::TBinaryNodeOp< T >virtual
falseExpr() const (defined in math::TIfNode< class >)math::TIfNode< class >
left() constmath::TBinaryNodeOp< T >virtual
nodeType() constmath::TNode< T >
parent(TNode< T > *AParent)math::TNode< T >protected
parent() constmath::TNode< T >
priority() constmath::TNode< T >
right() constmath::TBinaryNodeOp< T >virtual
TBinaryNodeOp(typename TBinaryNodeOp< T >::TNodeType AType, short APrio, TNode< T > *ALeft, TNode< T > *ARight)math::TBinaryNodeOp< T >protected
TIfNode(TNode< T > *ACondNode, TNode< T > *AThenNode, TNode< T > *AElseNode) (defined in math::TIfNode< class >)math::TIfNode< class >
TNode(TNodeType ANodeType, short APriority, TNode< T > *AParentNode=0)math::TNode< T >protected
TNodeType enum namemath::TNode< T >
trueExpr() const (defined in math::TIfNode< class >)math::TIfNode< class >
~TNode()math::TNode< T >virtual