TAO_CosTrader 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_Property_Constraint Class Reference

TAO_Property_Constraint represents a property whose value is determined by the offer being evaluated. More...

#include <Constraint_Nodes.h>

Inheritance diagram for TAO_Property_Constraint:
Inheritance graph
[legend]
Collaboration diagram for TAO_Property_Constraint:
Collaboration graph
[legend]

Public Member Functions

 TAO_Property_Constraint (const char *name)
 
virtual ~TAO_Property_Constraint ()
 
virtual int accept (TAO_Constraint_Visitor *visitor)
 
virtual TAO_Expression_Type expr_type () const
 Return the expression type represented by this node.
 
const char * name () const
 Returns the name of the property.
 
- Public Member Functions inherited from TAO_Constraint
virtual ~TAO_Constraint ()
 

Private Member Functions

 TAO_Property_Constraint (const TAO_Property_Constraint &)
 
TAO_Property_Constraintoperator= (const TAO_Property_Constraint &)
 

Private Attributes

char * name_
 The name of the property.
 

Detailed Description

TAO_Property_Constraint represents a property whose value is determined by the offer being evaluated.

Constructor & Destructor Documentation

◆ TAO_Property_Constraint() [1/2]

TAO_Property_Constraint::TAO_Property_Constraint ( const char * name)

◆ ~TAO_Property_Constraint()

TAO_Property_Constraint::~TAO_Property_Constraint ( )
virtual

◆ TAO_Property_Constraint() [2/2]

TAO_Property_Constraint::TAO_Property_Constraint ( const TAO_Property_Constraint & )
private

Member Function Documentation

◆ accept()

int TAO_Property_Constraint::accept ( TAO_Constraint_Visitor * visitor)
virtual

Implementing the pattern of double dispatching, each subclass of TAO_Constraint will call back on an InterpreterVisitor the method to handle a node of its ExpressionType.

Implements TAO_Constraint.

◆ expr_type()

TAO_Expression_Type TAO_Property_Constraint::expr_type ( ) const
virtual

Return the expression type represented by this node.

Implements TAO_Constraint.

◆ name()

const char * TAO_Property_Constraint::name ( ) const

Returns the name of the property.

◆ operator=()

TAO_Property_Constraint & TAO_Property_Constraint::operator= ( const TAO_Property_Constraint & )
private

Member Data Documentation

◆ name_

char* TAO_Property_Constraint::name_
private

The name of the property.


The documentation for this class was generated from the following files: