ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_s.h>
Public Member Functions | |
Constraint_S (void) | |
Constraint_S (const Constraint_S &from) | |
Constraint_S & | operator= (const Constraint_S &right) |
virtual | ~Constraint_S (void) |
virtual std::string | get_class_name (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
Base class for string constraints, i.e. constraints taking strings as operands
Definition at line 24 of file constraint_s.h.
Constraint_S::Constraint_S | ( | void | ) |
Definition at line 17 of file constraint_s.cpp.
Constraint_S::Constraint_S | ( | const Constraint_S & | from | ) |
Definition at line 21 of file constraint_s.cpp.
Constraint_S::~Constraint_S | ( | void | ) | [virtual] |
Definition at line 30 of file constraint_s.cpp.
std::string Constraint_S::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint.
Reimplemented in ct::common::Constraint_S_Binary, ct::common::Constraint_S_EQ, and ct::common::Constraint_S_NE.
Definition at line 37 of file constraint_s.cpp.
std::string Constraint_S::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint.
Reimplemented in ct::common::Constraint_S_Binary, ct::common::Constraint_S_EQ, and ct::common::Constraint_S_NE.
Definition at line 33 of file constraint_s.cpp.
Constraint_S & Constraint_S::operator= | ( | const Constraint_S & | right | ) |
Definition at line 25 of file constraint_s.cpp.