ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_s_atom.h>
Public Member Functions | |
Exp_S_Atom (void) | |
Exp_S_Atom (const Exp_S_Atom &from) | |
Exp_S_Atom & | operator= (const Exp_S_Atom &right) |
virtual | ~Exp_S_Atom (void)=0 |
virtual std::string | get_class_name (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
The base class for atomic string expressions
Definition at line 26 of file exp_s_atom.h.
Exp_S_Atom::Exp_S_Atom | ( | void | ) |
Definition at line 17 of file exp_s_atom.cpp.
Exp_S_Atom::Exp_S_Atom | ( | const Exp_S_Atom & | from | ) |
Definition at line 21 of file exp_s_atom.cpp.
Exp_S_Atom::~Exp_S_Atom | ( | void | ) | [pure virtual] |
Definition at line 30 of file exp_s_atom.cpp.
std::string Exp_S_Atom::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_S.
Reimplemented in ct::common::Exp_S_CString, and ct::common::Exp_S_Param.
Definition at line 37 of file exp_s_atom.cpp.
std::string Exp_S_Atom::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_S.
Reimplemented in ct::common::Exp_S_CString, and ct::common::Exp_S_Param.
Definition at line 33 of file exp_s_atom.cpp.
Exp_S_Atom & Exp_S_Atom::operator= | ( | const Exp_S_Atom & | right | ) |
Definition at line 25 of file exp_s_atom.cpp.