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

#include <constraint_l_and.h>

Inheritance diagram for ct::common::Constraint_L_And:
ct::common::Constraint_L_Binary ct::common::Constraint_L ct::common::Constraint ct::common::TreeNode

List of all members.

Public Member Functions

 Constraint_L_And (void)
 Constraint_L_And (const Constraint_L_And &from)
Constraint_L_Andoperator= (const Constraint_L_And &right)
virtual ~Constraint_L_And (void)
virtual std::string get_class_name (void) const
virtual std::string get_op_token (void) const

Static Public Member Functions

static std::string class_name (void)

Detailed Description

The class for constraint "&&"

Definition at line 24 of file constraint_l_and.h.


Constructor & Destructor Documentation

Definition at line 17 of file constraint_l_and.cpp.

Definition at line 21 of file constraint_l_and.cpp.

Definition at line 31 of file constraint_l_and.cpp.


Member Function Documentation

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

TODO: replace by typeid

Reimplemented from ct::common::Constraint_L_Binary.

Definition at line 38 of file constraint_l_and.cpp.

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

TODO: replace by typeid

Reimplemented from ct::common::Constraint_L_Binary.

Definition at line 34 of file constraint_l_and.cpp.

std::string Constraint_L_And::get_op_token ( void  ) const [virtual]

Get the corresponding string token

Implements ct::common::Constraint_L_Binary.

Definition at line 51 of file constraint_l_and.cpp.

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

Definition at line 25 of file constraint_l_and.cpp.


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