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::Constraint_L_Atom Class Reference

#include <constraint_l_atom.h>

Inheritance diagram for ct::common::Constraint_L_Atom:
ct::common::Constraint_L ct::common::Constraint ct::common::TreeNode ct::common::Constraint_L_CBool ct::common::Constraint_L_IVLD ct::common::Constraint_L_Param

List of all members.

Public Member Functions

 Constraint_L_Atom (void)
 Constraint_L_Atom (const Constraint_L_Atom &from)
Constraint_L_Atomoperator= (const Constraint_L_Atom &right)
virtual ~Constraint_L_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 atom constraints (i.e. no sub-constraints or sub-expressions)

Definition at line 27 of file constraint_l_atom.h.


Constructor & Destructor Documentation

Definition at line 17 of file constraint_l_atom.cpp.

Definition at line 21 of file constraint_l_atom.cpp.

Constraint_L_Atom::~Constraint_L_Atom ( void  ) [pure virtual]

Definition at line 25 of file constraint_l_atom.cpp.


Member Function Documentation

std::string Constraint_L_Atom::class_name ( void  ) [static]

TODO: replace by typeid

Reimplemented from ct::common::Constraint_L.

Reimplemented in ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, and ct::common::Constraint_L_CBool.

Definition at line 37 of file constraint_l_atom.cpp.

std::string Constraint_L_Atom::get_class_name ( void  ) const [virtual]

TODO: replace by typeid

Reimplemented from ct::common::Constraint_L.

Reimplemented in ct::common::Constraint_L_IVLD, ct::common::Constraint_L_Param, and ct::common::Constraint_L_CBool.

Definition at line 33 of file constraint_l_atom.cpp.

Constraint_L_Atom & Constraint_L_Atom::operator= ( const Constraint_L_Atom right)

Definition at line 28 of file constraint_l_atom.cpp.


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