ct_common  1.0.1
Common library for combinatorial testing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions
ct::common::Exp_A_CDouble Class Reference

#include <exp_a_cdouble.h>

Inheritance diagram for ct::common::Exp_A_CDouble:
ct::common::Exp_A_Atom ct::common::Exp_A ct::common::Exp ct::common::TreeNode

List of all members.

Public Member Functions

 Exp_A_CDouble (void)
 Exp_A_CDouble (const Exp_A_CDouble &from)
Exp_A_CDoubleoperator= (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 > > &param_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)

Detailed Description

The class for constant double arithmetic expressions

Definition at line 24 of file exp_a_cdouble.h.


Constructor & Destructor Documentation

Definition at line 17 of file exp_a_cdouble.cpp.

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines