GEP::TwoArgNode< T > Class Template Reference

#include <ExpressionTree.h>

Inheritance diagram for GEP::TwoArgNode< T >:
Inheritance graph
[legend]
Collaboration diagram for GEP::TwoArgNode< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TwoArgNode (const TwoArgNode &onearg)
 TwoArgNode (twoArg< T > *funPtr)
result ()
void lateBind (Node< T > *a=NULL, Node< T > *b=NULL)
std::string getName () const

Private Attributes

twoArg< T > * _function
Node< T > * _childOne
Node< T > * _childTwo

template<class T>
class GEP::TwoArgNode< T >


Constructor & Destructor Documentation

template<class T >
GEP::TwoArgNode< T >::TwoArgNode ( const TwoArgNode< T > &  onearg  ) 
template<class T >
GEP::TwoArgNode< T >::TwoArgNode ( twoArg< T > *  funPtr  )  [inline]

Member Function Documentation

template<class T >
std::string GEP::TwoArgNode< T >::getName (  )  const [inline, virtual]

Reimplemented from GEP::Node< T >.

template<class T >
void GEP::TwoArgNode< T >::lateBind ( Node< T > *  a = NULL,
Node< T > *  b = NULL 
) [inline]
template<class T >
T GEP::TwoArgNode< T >::result (  )  [inline, virtual]

Reimplemented from GEP::Node< T >.


Member Data Documentation

template<class T >
Node<T>* GEP::TwoArgNode< T >::_childOne [private]
template<class T >
Node<T>* GEP::TwoArgNode< T >::_childTwo [private]
template<class T >
twoArg<T>* GEP::TwoArgNode< T >::_function [private]

The documentation for this class was generated from the following file:

Generated on Fri Dec 11 22:28:17 2009 for LibGEP by  doxygen 1.6.1