ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_l_not.h>
Public Member Functions | |
Constraint_L_Not (void) | |
Constraint_L_Not (const Constraint_L_Not &from) | |
Constraint_L_Not & | operator= (const Constraint_L_Not &right) |
virtual | ~Constraint_L_Not (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 logical constraint "!"
Definition at line 24 of file constraint_l_not.h.
Constraint_L_Not::Constraint_L_Not | ( | void | ) |
Definition at line 17 of file constraint_l_not.cpp.
Constraint_L_Not::Constraint_L_Not | ( | const Constraint_L_Not & | from | ) |
Definition at line 21 of file constraint_l_not.cpp.
Constraint_L_Not::~Constraint_L_Not | ( | void | ) | [virtual] |
Definition at line 31 of file constraint_l_not.cpp.
std::string Constraint_L_Not::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_L_Unary.
Definition at line 38 of file constraint_l_not.cpp.
std::string Constraint_L_Not::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_L_Unary.
Definition at line 34 of file constraint_l_not.cpp.
std::string Constraint_L_Not::get_op_token | ( | void | ) | const [virtual] |
Get the corresponding string token
Implements ct::common::Constraint_L_Unary.
Definition at line 46 of file constraint_l_not.cpp.
Constraint_L_Not & Constraint_L_Not::operator= | ( | const Constraint_L_Not & | right | ) |
Definition at line 25 of file constraint_l_not.cpp.