ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_a_div.h>
Public Member Functions | |
Exp_A_Div (void) | |
Exp_A_Div (const Exp_A_Div &from) | |
Exp_A_Div & | operator= (const Exp_A_Div &right) |
virtual | ~Exp_A_Div (void) |
virtual std::string | get_class_name (void) const |
virtual std::string | get_op_token (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
The class for arithmetic expression "/"
Definition at line 24 of file exp_a_div.h.
Exp_A_Div::Exp_A_Div | ( | void | ) |
Definition at line 18 of file exp_a_div.cpp.
Exp_A_Div::Exp_A_Div | ( | const Exp_A_Div & | from | ) |
Definition at line 22 of file exp_a_div.cpp.
Exp_A_Div::~Exp_A_Div | ( | void | ) | [virtual] |
Definition at line 31 of file exp_a_div.cpp.
std::string Exp_A_Div::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Binary.
Definition at line 38 of file exp_a_div.cpp.
std::string Exp_A_Div::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Binary.
Definition at line 34 of file exp_a_div.cpp.
std::string Exp_A_Div::get_op_token | ( | void | ) | const [virtual] |
Get the corresponding string token
Implements ct::common::Exp_A_Binary.
Definition at line 53 of file exp_a_div.cpp.
Definition at line 26 of file exp_a_div.cpp.