#include <neg.h>

| Public Member Functions | |
| virtual | ~rpt_expr_neg () | 
| Static Public Member Functions | |
| static rpt_expr::pointer | create (const rpt_expr::pointer &arg) | 
| Protected Member Functions | |
| rpt_value::pointer | evaluate () const | 
| Private Member Functions | |
| rpt_expr_neg (const rpt_expr::pointer &arg) | |
| rpt_expr_neg () | |
| rpt_expr_neg (const rpt_expr_neg &) | |
| rpt_expr_neg & | operator= (const rpt_expr_neg &) | 
Definition at line 30 of file neg.h.
| virtual rpt_expr_neg::~rpt_expr_neg | ( | ) |  [virtual] | 
The destructor.
| rpt_expr_neg::rpt_expr_neg | ( | const rpt_expr::pointer & | arg | ) |  [private] | 
The constructor. It's private on purpose, use the "create" class method instead.
| rpt_expr_neg::rpt_expr_neg | ( | ) |  [private] | 
The default constructor. Do not use.
| rpt_expr_neg::rpt_expr_neg | ( | const rpt_expr_neg & | ) |  [private] | 
The copy constructor. Do not use.
| static rpt_expr::pointer rpt_expr_neg::create | ( | const rpt_expr::pointer & | arg | ) |  [static] | 
The create class method is used to create new dynamically allocated instance of this class.
| rpt_value::pointer rpt_expr_neg::evaluate | ( | ) | const  [protected, virtual] | 
The evaluate method may be used to calculate the value of the expression syntax tree.
Implements rpt_expr.
| rpt_expr_neg& rpt_expr_neg::operator= | ( | const rpt_expr_neg & | ) |  [private] | 
The assignment operator. Do not use.
 1.5.5
 1.5.5