|
| valop (e_type a_type) |
|
| valop (e_type a_type, valop *a_A) |
|
| valop (e_type a_type, valop *a_A, valop *a_B) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A, valop *a_B) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A, valop *a_B, valop *a_C) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A, valop *a_B, valop *a_C, valop *a_D) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A, valop *a_B, valop *a_C, valop *a_D, valop *a_E) |
|
| valop (e_type a_type, ival_func *a_function, valop *a_A, valop *a_B, valop *a_C, valop *a_D, valop *a_E, valop *a_F) |
|
| valop (e_type a_type, bool a_v) |
|
| valop (e_type a_type, unsigned int a_number) |
|
| valop (e_type a_type, double a_number) |
|
| valop (e_type a_type, const std::string &a_string) |
|
| valop (e_type a_type, const char *a_cstr) |
|
| valop (e_type a_type, const std::string &a_name, int a_index) |
|
virtual | ~valop () |
|
| valop (const valop &a_from) |
|
valop & | operator= (const valop &a_from) |
|
valop * | copy () const |
|
e_type | type () const |
|
void | print (std::ostream &a_out) |
|
bool | is_leaf () const |
|
bool | is_binary () const |
|
bool | is_unary () const |
|
void | replace (valop *a_node, valop *a_to, bool a_delete) |
|
Definition at line 11 of file valop.