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