
Public Types | |
| enum | type | 
Public Member Functions | |
| Sum (const Node< M_, W_ > &left, const Node< M_, W_ > &right) | |
| Sum (Node< M_, W_ > *left, Node< M_, W_ > *right) | |
| virtual void | accept (ConstNodeVisitor< M_, W_ > &v) const | 
| virtual Node< M_, W_ >::type | what () const | 
| virtual Node< M_, W_ > * | clone () const | 
| virtual bool | operator!= (const Node< M_, W_ > &other) const | 
| virtual bool | operator< (const Node< M_, W_ > &other) const | 
| virtual | ~Sum () | 
| W_ *& | c () | 
| W_ const *& | c () const | 
Public Attributes | |
| Node< M_, W_ > * | left_ | 
| Node< M_, W_ > * | right_ | 
| const W_ * | constant_term_ | 
Definition at line 289 of file nodes.hh.
 1.4.6