TAO_CosTrader  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
Constraint_Visitors.h File Reference
#include "orbsvcs/Trader/Interpreter_Utils.h"
#include "orbsvcs/Trader/trading_serv_export.h"
#include "ace/Containers.h"
#include "orbsvcs/Trader/Constraint_Nodes.h"

Classes

class  TAO_Constraint_Visitor
 This is the base class for all visitors who wish to preform some operation from the state of the expression tree. Using double dispatching, subclasses of Constraint expression call back to the InterpreterVisitor subclass from the accept method. More...
 
class  TAO_Constraint_Validator
 TAO_Constraint_Validator ensures that in an expression tree passed to it, the operands of each operation match the correct types. More...
 
class  TAO_Constraint_Evaluator
 TAO_Constraint_Evaluator traverse a constraint expression tree, and determines whether an offer fits the constraints represented by the tree. More...
 
class  TAO_Constraint_Evaluator::Operand_Queue
 
class  TAO_Element_Equal< ELEMENT_TYPE >
 Function object for determining if the sequence element at the current position of the dynamic sequence any parameter is equal to the element parameter. More...
 
class  TAO_Element_Equal< CORBA::Short >
 
class  TAO_Element_Equal< CORBA::UShort >
 
class  TAO_Element_Equal< CORBA::Long >
 
class  TAO_Element_Equal< CORBA::ULong >
 
class  TAO_Element_Equal< CORBA::LongLong >
 
class  TAO_Element_Equal< CORBA::ULongLong >
 
class  TAO_Element_Equal< CORBA::Float >
 
class  TAO_Element_Equal< CORBA::Double >
 
class  TAO_Element_Equal< CORBA::Boolean >
 
class  TAO_Element_Equal< const char * >
 

Detailed Description

Id:
Constraint_Visitors.h 91095 2010-07-15 09:24:36Z johnnyw
Author
Seth Widoff sbw1@.nosp@m.cs.w.nosp@m.ustl..nosp@m.edu