ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_l.h>
Public Member Functions | |
Constraint_L (void) | |
Constraint_L (const Constraint_L &from) | |
Constraint_L & | operator= (const Constraint_L &right) |
virtual | ~Constraint_L (void) |
virtual std::string | get_class_name (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
Base class for logical constraints
Definition at line 25 of file constraint_l.h.
Constraint_L::Constraint_L | ( | void | ) |
Definition at line 17 of file constraint_l.cpp.
Constraint_L::Constraint_L | ( | const Constraint_L & | from | ) |
Definition at line 21 of file constraint_l.cpp.
Constraint_L::~Constraint_L | ( | void | ) | [virtual] |
Definition at line 30 of file constraint_l.cpp.
std::string Constraint_L::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint.
Reimplemented in ct::common::Constraint_L_Atom, ct::common::Constraint_L_Binary, ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, ct::common::Constraint_L_Unary, ct::common::Constraint_L_And, ct::common::Constraint_L_CBool, ct::common::Constraint_L_Iff, ct::common::Constraint_L_Imply, ct::common::Constraint_L_Not, ct::common::Constraint_L_Or, and ct::common::Constraint_L_Xor.
Definition at line 37 of file constraint_l.cpp.
std::string Constraint_L::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint.
Reimplemented in ct::common::Constraint_L_Atom, ct::common::Constraint_L_Binary, ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, ct::common::Constraint_L_Unary, ct::common::Constraint_L_And, ct::common::Constraint_L_CBool, ct::common::Constraint_L_Iff, ct::common::Constraint_L_Imply, ct::common::Constraint_L_Not, ct::common::Constraint_L_Or, and ct::common::Constraint_L_Xor.
Definition at line 33 of file constraint_l.cpp.
Constraint_L & Constraint_L::operator= | ( | const Constraint_L & | right | ) |
Definition at line 25 of file constraint_l.cpp.