TAO_Element_Equal< ELEMENT_TYPE > 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 Member Functions

int operator() (TAO_DynSequence_i &dyn_any, const ELEMENT_TYPE &element)


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.

Definition at line 237 of file Trader_T.h.


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.

Definition at line 280 of file Trader_T.cpp.

00282 {
00283   return 1;
00284 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:49:32 2010 for TAO_CosTrader by  doxygen 1.4.7