ACE_Noop_Key_Generator< T > Class Template Reference

Defines a noop key generator. More...

#include <Map_T.h>

List of all members.

Public Member Functions

int operator() (T &)
 Functor method: generates a new key.


Detailed Description

template<class T>
class ACE_Noop_Key_Generator< T >

Defines a noop key generator.

Definition at line 34 of file Map_T.h.


Member Function Documentation

template<class T>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_Noop_Key_Generator< T >::operator() ( T &   ) 

Functor method: generates a new key.

Definition at line 8 of file Map_T.inl.

00009 {
00010   return -1;
00011 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:23 2010 for ACE by  doxygen 1.4.7