ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_a_le.h>
Public Member Functions | |
Constraint_A_LE (void) | |
Constraint_A_LE (const Constraint_A_LE &from) | |
Constraint_A_LE & | operator= (const Constraint_A_LE &right) |
~Constraint_A_LE (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_le.h.
Constraint_A_LE::Constraint_A_LE | ( | void | ) |
Definition at line 18 of file constraint_a_le.cpp.
Constraint_A_LE::Constraint_A_LE | ( | const Constraint_A_LE & | from | ) |
Definition at line 22 of file constraint_a_le.cpp.
Constraint_A_LE::~Constraint_A_LE | ( | void | ) |
Definition at line 32 of file constraint_a_le.cpp.
std::string Constraint_A_LE::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_A_Binary.
Definition at line 39 of file constraint_a_le.cpp.
std::string Constraint_A_LE::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_le.cpp.
std::string Constraint_A_LE::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_le.cpp.
Constraint_A_LE & Constraint_A_LE::operator= | ( | const Constraint_A_LE & | right | ) |
Definition at line 26 of file constraint_a_le.cpp.