Public Types | Public Member Functions | Protected Attributes

ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS > Class Template Reference

Defines a iterator implementation for the Hash_Map_Manager_Adapter. More...

#include <Map_T.h>

Inheritance diagram for ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >:
Inheritance graph
[legend]
Collaboration diagram for ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
ACE_Hash_Map_Manager_Ex< KEY,
VALUE, HASH_KEY, COMPARE_KEYS,
ACE_Null_Mutex >::iterator 
implementation

Public Member Functions

 ACE_Hash_Map_Manager_Ex_Iterator_Adapter (const ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > &impl)
 Constructor.
virtual ~ACE_Hash_Map_Manager_Ex_Iterator_Adapter (void)
 Destructor.
virtual ACE_Iterator_Impl< T > * clone (void) const
 Clone.
virtual int compare (const ACE_Iterator_Impl< T > &rhs) const
 Comparison.
virtual T dereference (void) const
 Dereference.
virtual void plus_plus (void)
 Advance.
virtual void minus_minus (void)
 Reverse.
ACE_Hash_Map_Iterator_Ex< KEY,
VALUE, HASH_KEY, COMPARE_KEYS,
ACE_Null_Mutex > & 
impl (void)
 Accessor to implementation object.

Protected Attributes

ACE_Hash_Map_Iterator_Ex< KEY,
VALUE, HASH_KEY, COMPARE_KEYS,
ACE_Null_Mutex
implementation_
 All implementation details are forwarded to this class.

Detailed Description

template<class T, class KEY, class VALUE, class HASH_KEY, class COMPARE_KEYS>
class ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >

Defines a iterator implementation for the Hash_Map_Manager_Adapter.

Implementation to be provided by ACE_Hash_Map_Manager_Ex::iterator.


Member Typedef Documentation

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
typedef ACE_Hash_Map_Manager_Ex<KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>::iterator ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::implementation

Constructor & Destructor Documentation

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::ACE_Hash_Map_Manager_Ex_Iterator_Adapter ( const ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > &  impl  )  [inline]

Constructor.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::~ACE_Hash_Map_Manager_Ex_Iterator_Adapter ( void   )  [virtual]

Destructor.


Member Function Documentation

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Iterator_Impl< T > * ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::clone ( void   )  const [virtual]

Clone.

Implements ACE_Iterator_Impl< T >.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
int ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::compare ( const ACE_Iterator_Impl< T > &  rhs  )  const [virtual]

Comparison.

Implements ACE_Iterator_Impl< T >.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
T ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::dereference ( void   )  const [virtual]

Dereference.

Implements ACE_Iterator_Impl< T >.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::impl ( void   )  [inline]

Accessor to implementation object.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
void ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::minus_minus ( void   )  [virtual]

Reverse.

Implements ACE_Iterator_Impl< T >.

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
void ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::plus_plus ( void   )  [virtual]

Advance.

Implements ACE_Iterator_Impl< T >.


Member Data Documentation

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Hash_Map_Iterator_Ex<KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex> ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::implementation_ [protected]

All implementation details are forwarded to this class.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines