ACE 8.0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS > Class Template Reference

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

#include <Map_T.h>

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

Public Types

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

Public Member Functions

 ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter (const ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > &impl)
 Constructor.
 
virtual ~ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter ()
 Destructor.
 
virtual ACE_Reverse_Iterator_Impl< T > * clone () const
 Clone.
 
virtual int compare (const ACE_Reverse_Iterator_Impl< T > &rhs) const
 Comparison.
 
virtualdereference () const
 Dereference.
 
virtual void plus_plus ()
 Advance.
 
virtual void minus_minus ()
 Reverse.
 
ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & impl ()
 Accessor to implementation object.
 
- Public Member Functions inherited from ACE_Reverse_Iterator_Impl< T >
virtual ~ACE_Reverse_Iterator_Impl ()=default
 Destructor.
 

Protected Attributes

ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Muteximplementation_
 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_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >

Defines a reverse iterator implementation for the Hash_Map_Manager_Adapter.

Implementation to be provided by ACE_Hash_Map_Manager_Ex::reverse_iterator.

Member Typedef Documentation

◆ implementation

Constructor & Destructor Documentation

◆ ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter()

Constructor.

◆ ~ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter()

Destructor.

Member Function Documentation

◆ clone()

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
ACE_Reverse_Iterator_Impl< T > * ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::clone ( ) const
virtual

Clone.

Implements ACE_Reverse_Iterator_Impl< T >.

◆ compare()

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
int ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::compare ( const ACE_Reverse_Iterator_Impl< T > & rhs) const
virtual

Comparison.

Implements ACE_Reverse_Iterator_Impl< T >.

◆ dereference()

template<class T , class KEY , class VALUE , class HASH_KEY , class COMPARE_KEYS >
T ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::dereference ( ) const
virtual

Dereference.

Implements ACE_Reverse_Iterator_Impl< T >.

◆ impl()

Accessor to implementation object.

◆ minus_minus()

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

Reverse.

Implements ACE_Reverse_Iterator_Impl< T >.

◆ plus_plus()

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

Advance.

Implements ACE_Reverse_Iterator_Impl< T >.

Member Data Documentation

◆ implementation_

All implementation details are forwarded to this class.


The documentation for this class was generated from the following files: