ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_a_lt.h>
Public Member Functions | |
Constraint_A_LT (void) | |
Constraint_A_LT (const Constraint_A_LT &from) | |
Constraint_A_LT & | operator= (const Constraint_A_LT &right) |
~Constraint_A_LT (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 constraint "<"
Definition at line 24 of file constraint_a_lt.h.
Constraint_A_LT::Constraint_A_LT | ( | void | ) |
Definition at line 18 of file constraint_a_lt.cpp.
Constraint_A_LT::Constraint_A_LT | ( | const Constraint_A_LT & | from | ) |
Definition at line 22 of file constraint_a_lt.cpp.
Constraint_A_LT::~Constraint_A_LT | ( | void | ) |
Definition at line 32 of file constraint_a_lt.cpp.
std::string Constraint_A_LT::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_A_Binary.
Definition at line 39 of file constraint_a_lt.cpp.
std::string Constraint_A_LT::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_A_Binary.
Definition at line 35 of file constraint_a_lt.cpp.
std::string Constraint_A_LT::get_op_token | ( | void | ) | const [virtual] |
get the string token of the current constraint type
Implements ct::common::Constraint_A_Binary.
Definition at line 51 of file constraint_a_lt.cpp.
Constraint_A_LT & Constraint_A_LT::operator= | ( | const Constraint_A_LT & | right | ) |
Definition at line 26 of file constraint_a_lt.cpp.