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