ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_a_atom.h>
Public Member Functions | |
Exp_A_Atom (void) | |
Exp_A_Atom (const Exp_A_Atom &from) | |
Exp_A_Atom & | operator= (const Exp_A_Atom &right) |
virtual | ~Exp_A_Atom (void)=0 |
virtual std::string | get_class_name (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
Base class for atomic arithmetical expressions, i.e. no contained sub-expressions
Definition at line 25 of file exp_a_atom.h.
Exp_A_Atom::Exp_A_Atom | ( | void | ) |
Definition at line 17 of file exp_a_atom.cpp.
Exp_A_Atom::Exp_A_Atom | ( | const Exp_A_Atom & | from | ) |
Definition at line 21 of file exp_a_atom.cpp.
Exp_A_Atom::~Exp_A_Atom | ( | void | ) | [pure virtual] |
Definition at line 30 of file exp_a_atom.cpp.
std::string Exp_A_Atom::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A.
Reimplemented in ct::common::Exp_A_Param, ct::common::Exp_A_CDouble, ct::common::Exp_A_CInt, and ct::common::Exp_A_ConstraintCast.
Definition at line 37 of file exp_a_atom.cpp.
std::string Exp_A_Atom::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A.
Reimplemented in ct::common::Exp_A_Param, ct::common::Exp_A_CDouble, ct::common::Exp_A_CInt, and ct::common::Exp_A_ConstraintCast.
Definition at line 33 of file exp_a_atom.cpp.
Exp_A_Atom & Exp_A_Atom::operator= | ( | const Exp_A_Atom & | right | ) |
Definition at line 25 of file exp_a_atom.cpp.