ct_common
1.0.1
Common library for combinatorial testing
|
#include <constraint_s_ne.h>
Public Member Functions | |
Constraint_S_NE (void) | |
Constraint_S_NE (const Constraint_S_NE &from) | |
Constraint_S_NE & | operator= (const Constraint_S_NE &right) |
~Constraint_S_NE (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 function "!="
Definition at line 24 of file constraint_s_ne.h.
Constraint_S_NE::Constraint_S_NE | ( | void | ) |
Definition at line 18 of file constraint_s_ne.cpp.
Constraint_S_NE::Constraint_S_NE | ( | const Constraint_S_NE & | from | ) |
Definition at line 22 of file constraint_s_ne.cpp.
Constraint_S_NE::~Constraint_S_NE | ( | void | ) |
Definition at line 32 of file constraint_s_ne.cpp.
std::string Constraint_S_NE::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_S_Binary.
Definition at line 39 of file constraint_s_ne.cpp.
std::string Constraint_S_NE::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Constraint_S_Binary.
Definition at line 35 of file constraint_s_ne.cpp.
std::string Constraint_S_NE::get_op_token | ( | void | ) | const [virtual] |
Get the corresponding string token
Implements ct::common::Constraint_S_Binary.
Definition at line 47 of file constraint_s_ne.cpp.
Constraint_S_NE & Constraint_S_NE::operator= | ( | const Constraint_S_NE & | right | ) |
Definition at line 26 of file constraint_s_ne.cpp.