Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Element_Equal Class Template Reference

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...

#include <Trader_T.h>

List of all members.

Public Methods

int operator() (TAO_DynSequence_i &dyn_any, const ELEMENT_TYPE &element)
 Calls the correct method on dyn_seq to extract the element type, then uses the appropriate form of equals comparison. More...


Detailed Description

template<class ELEMENT_TYPE>
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.


Member Function Documentation

template<class ELEMENT_TYPE>
int TAO_Element_Equal< ELEMENT_TYPE >::operator() TAO_DynSequence_i &    dyn_any,
const ELEMENT_TYPE &    element
 

Calls the correct method on dyn_seq to extract the element type, then uses the appropriate form of equals comparison.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 22:23:23 2002 for TAO_CosTrader by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001