TAO_CosTrader
2.0.8
|
#include <Trader_Constraint_Visitors.h>
Public Member Functions | |
TAO_Trader_Constraint_Validator (const CosTradingRepos::ServiceTypeRepository::TypeStruct &type_struct) | |
virtual | ~TAO_Trader_Constraint_Validator (void) |
Desctructor. |
TAO_Trader_Constraint_Validator::TAO_Trader_Constraint_Validator | ( | const CosTradingRepos::ServiceTypeRepository::TypeStruct & | type_struct | ) |
The constructor creates a map of property names to their values from the Type Description retrieved from the ServiceTypeRepository. The ServiceTypeRepository throws exceptions when it's displeased with the type name provided to it. The map allows O(lg n) associative access, rather than the O(n) sequential lookup from the CORBA data structures.
TAO_Trader_Constraint_Validator::~TAO_Trader_Constraint_Validator | ( | void | ) | [virtual] |
Desctructor.