ct_common
1.0.1
Common library for combinatorial testing
|
#include <exp_a_cast.h>
Public Member Functions | |
Exp_A_Cast (void) | |
Exp_A_Cast (const Exp_A_Cast &from) | |
Exp_A_Cast & | operator= (const Exp_A_Cast &right) |
virtual | ~Exp_A_Cast (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 std::string | get_op_token (void) const |
Static Public Member Functions | |
static std::string | class_name (void) |
The class for casting between int/double expressions
Definition at line 24 of file exp_a_cast.h.
Exp_A_Cast::Exp_A_Cast | ( | void | ) |
Definition at line 17 of file exp_a_cast.cpp.
Exp_A_Cast::Exp_A_Cast | ( | const Exp_A_Cast & | from | ) |
Definition at line 21 of file exp_a_cast.cpp.
Exp_A_Cast::~Exp_A_Cast | ( | void | ) | [virtual] |
Definition at line 30 of file exp_a_cast.cpp.
std::string Exp_A_Cast::class_name | ( | void | ) | [static] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Unary.
Definition at line 37 of file exp_a_cast.cpp.
void Exp_A_Cast::dump | ( | std::ostream & | os, |
const std::vector< boost::shared_ptr< ParamSpec > > & | param_specs | ||
) | const [virtual] |
Print the tree node to a given output stream
Reimplemented from ct::common::Exp_A_Unary.
Definition at line 65 of file exp_a_cast.cpp.
std::string Exp_A_Cast::get_class_name | ( | void | ) | const [virtual] |
TODO: replace by typeid
Reimplemented from ct::common::Exp_A_Unary.
Definition at line 33 of file exp_a_cast.cpp.
std::string Exp_A_Cast::get_op_token | ( | void | ) | const [virtual] |
Get the corresponding string token
Implements ct::common::Exp_A_Unary.
Definition at line 49 of file exp_a_cast.cpp.
Exp_A_Cast & Exp_A_Cast::operator= | ( | const Exp_A_Cast & | right | ) |
Definition at line 25 of file exp_a_cast.cpp.