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