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_Atom Class Reference

#include <exp_a_atom.h>

Inheritance diagram for ct::common::Exp_A_Atom:
ct::common::Exp_A ct::common::Exp ct::common::TreeNode ct::common::Exp_A_CDouble ct::common::Exp_A_CInt ct::common::Exp_A_ConstraintCast ct::common::Exp_A_Param

List of all members.

Public Member Functions

 Exp_A_Atom (void)
 Exp_A_Atom (const Exp_A_Atom &from)
Exp_A_Atomoperator= (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)

Detailed Description

Base class for atomic arithmetical expressions, i.e. no contained sub-expressions

Definition at line 25 of file exp_a_atom.h.


Constructor & Destructor Documentation

Definition at line 17 of file exp_a_atom.cpp.

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.


Member Function Documentation

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.


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