ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_l_atom.h>
Public Member Functions | |
Constraint_L_Atom (void) | |
Constraint_L_Atom (const Constraint_L_Atom &from) | |
Constraint_L_Atom & | operator= (const Constraint_L_Atom &right) |
virtual | ~Constraint_L_Atom (void)=0 |
virtual std::string | get_class_name (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
Base class for atom constraints (i.e. no sub-constraints or sub-expressions)
Definition at line 27 of file constraint_l_atom.h.
Constraint_L_Atom::Constraint_L_Atom | ( | void | ) |
Definition at line 17 of file constraint_l_atom.cpp.
Constraint_L_Atom::Constraint_L_Atom | ( | const Constraint_L_Atom & | from | ) |
Definition at line 21 of file constraint_l_atom.cpp.
Constraint_L_Atom::~Constraint_L_Atom | ( | void | ) | [pure virtual] |
Definition at line 25 of file constraint_l_atom.cpp.
std::string Constraint_L_Atom::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_L.
Reimplemented in ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, and ct::common::Constraint_L_CBool.
Definition at line 37 of file constraint_l_atom.cpp.
std::string Constraint_L_Atom::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_L.
Reimplemented in ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, and ct::common::Constraint_L_CBool.
Definition at line 33 of file constraint_l_atom.cpp.
Constraint_L_Atom & Constraint_L_Atom::operator= | ( | const Constraint_L_Atom & | right | ) |
Definition at line 28 of file constraint_l_atom.cpp.