ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_a_cdouble.h>
Public Member Functions | |
Exp_A_CDouble (void) | |
Exp_A_CDouble (const Exp_A_CDouble &from) | |
Exp_A_CDouble & | operator= (const Exp_A_CDouble &right) |
virtual | ~Exp_A_CDouble (void) |
virtual std::string | get_class_name (void) const |
virtual void | dump (std::ostream &os, const std::vector< boost::shared_ptr< ParamSpec > > ¶m_specs) const |
virtual void | set_value (int value) |
virtual void | set_value (double value) |
void | set_str_value (const std::string &str_value) |
double | get_value (void) const |
virtual const std::string & | get_str_value (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
The class for constant double arithmetic expressions
Definition at line 24 of file exp_a_cdouble.h.
Exp_A_CDouble::Exp_A_CDouble | ( | void | ) |
Definition at line 17 of file exp_a_cdouble.cpp.
Exp_A_CDouble::Exp_A_CDouble | ( | const Exp_A_CDouble & | from | ) |
Definition at line 21 of file exp_a_cdouble.cpp.
Exp_A_CDouble::~Exp_A_CDouble | ( | void | ) | [virtual] |
Definition at line 32 of file exp_a_cdouble.cpp.
std::string Exp_A_CDouble::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Atom.
Definition at line 57 of file exp_a_cdouble.cpp.
void Exp_A_CDouble::dump | ( | std::ostream & | os, |
const std::vector< boost::shared_ptr< ParamSpec > > & | param_specs | ||
) | const [virtual] |
Print the tree node to a given output stream
Implements ct::common::TreeNode.
Definition at line 69 of file exp_a_cdouble.cpp.
std::string Exp_A_CDouble::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Atom.
Definition at line 53 of file exp_a_cdouble.cpp.
const std::string & Exp_A_CDouble::get_str_value | ( | void | ) | const [virtual] |
Getting the string value
Reimplemented from ct::common::TreeNode.
Definition at line 65 of file exp_a_cdouble.cpp.
double ct::common::Exp_A_CDouble::get_value | ( | void | ) | const [inline] |
Getting the value
Definition at line 44 of file exp_a_cdouble.h.
Exp_A_CDouble & Exp_A_CDouble::operator= | ( | const Exp_A_CDouble & | right | ) |
Definition at line 25 of file exp_a_cdouble.cpp.
void Exp_A_CDouble::set_str_value | ( | const std::string & | str_value | ) |
Definition at line 61 of file exp_a_cdouble.cpp.
void Exp_A_CDouble::set_value | ( | int | value | ) | [virtual] |
Setting the value
Definition at line 35 of file exp_a_cdouble.cpp.
void Exp_A_CDouble::set_value | ( | double | value | ) | [virtual] |
Setting the value
Definition at line 39 of file exp_a_cdouble.cpp.