ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_a_sub.h>
Public Member Functions | |
Exp_A_Sub (void) | |
Exp_A_Sub (const Exp_A_Sub &from) | |
Exp_A_Sub & | operator= (const Exp_A_Sub &right) |
virtual | ~Exp_A_Sub (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 arithematic expression "-" (binary)
Definition at line 24 of file exp_a_sub.h.
Exp_A_Sub::Exp_A_Sub | ( | void | ) |
Definition at line 17 of file exp_a_sub.cpp.
Exp_A_Sub::Exp_A_Sub | ( | const Exp_A_Sub & | from | ) |
Definition at line 21 of file exp_a_sub.cpp.
Exp_A_Sub::~Exp_A_Sub | ( | void | ) | [virtual] |
Definition at line 30 of file exp_a_sub.cpp.
std::string Exp_A_Sub::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Binary.
Definition at line 37 of file exp_a_sub.cpp.
std::string Exp_A_Sub::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Binary.
Definition at line 33 of file exp_a_sub.cpp.
std::string Exp_A_Sub::get_op_token | ( | void | ) | const [virtual] |
Get the corresponding string token
Implements ct::common::Exp_A_Binary.
Definition at line 49 of file exp_a_sub.cpp.
Definition at line 25 of file exp_a_sub.cpp.