ACE  6.0.6
Public Types | Public Member Functions | Public Attributes | Protected Attributes
ACE_Cache_Map_Reverse_Iterator Class Reference

Defines a reverse iterator for the Cache_Map_Manager. More...

#include <Cache_Map_Manager_T.h>

List of all members.

Public Types

typedef ACE_Reference_Pair
< KEY, VALUE > 
value_type
typedef std::pair< VALUE,
ATTRIBUTES > 
CACHE_VALUE

Public Member Functions

 ACE_Cache_Map_Reverse_Iterator (const REVERSE_IMPLEMENTATION &iterator_impl)
 ACE_Cache_Map_Reverse_Iterator (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs)
 Copy constructor.
 ~ACE_Cache_Map_Reverse_Iterator (void)
ACE_Cache_Map_Reverse_Iterator
< KEY, VALUE,
REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES > & 
operator= (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs)
 Assignment operator.
bool operator== (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) const
 Comparison operators.
bool operator!= (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) const
ACE_Reference_Pair< KEY, VALUE > operator* (void) const
ACE_Cache_Map_Reverse_Iterator
< KEY, VALUE,
REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES > & 
operator++ (void)
 Prefix advance.
ACE_Cache_Map_Reverse_Iterator
< KEY, VALUE,
REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES > 
operator++ (int)
 Postfix advance.
ACE_Cache_Map_Reverse_Iterator
< KEY, VALUE,
REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES > & 
operator-- (void)
 Prefix reverse.
ACE_Cache_Map_Reverse_Iterator
< KEY, VALUE,
REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES > 
operator-- (int)
 Postfix reverse.
REVERSE_IMPLEMENTATION & iterator_implementation (void)
void dump (void) const
 Dump the state of an object.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.

Protected Attributes

REVERSE_IMPLEMENTATION reverse_iterator_implementation_

Detailed Description

Defines a reverse iterator for the Cache_Map_Manager.

Implementation to be provided by the reverse iterator of the map managed by thr Cache_Map_manager.


Member Typedef Documentation

typedef std::pair<VALUE, ATTRIBUTES> ACE_Cache_Map_Reverse_Iterator::CACHE_VALUE

The actual value mapped to the key in the cache. The <attributes> are used by the strategy and is transparent to the cache user.


Constructor & Destructor Documentation

ACE_Cache_Map_Reverse_Iterator::ACE_Cache_Map_Reverse_Iterator ( const REVERSE_IMPLEMENTATION &  iterator_impl) [inline]
ACE_Cache_Map_Reverse_Iterator::ACE_Cache_Map_Reverse_Iterator ( const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &  rhs) [inline]

Copy constructor.

ACE_Cache_Map_Reverse_Iterator::~ACE_Cache_Map_Reverse_Iterator ( void  ) [inline]

Member Function Documentation

void ACE_Cache_Map_Reverse_Iterator::dump ( void  ) const [inline]

Dump the state of an object.

REVERSE_IMPLEMENTATION & ACE_Cache_Map_Reverse_Iterator::iterator_implementation ( void  ) [inline]

Returns the iterator of the internal map in the custody of the Cache_Map_Manager.

bool ACE_Cache_Map_Reverse_Iterator::operator!= ( const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &  rhs) const [inline]
ACE_Reference_Pair< KEY, VALUE > ACE_Cache_Map_Reverse_Iterator::operator* ( void  ) const [inline]

Returns a reference to the internal element this is pointing to.

ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & ACE_Cache_Map_Reverse_Iterator::operator++ ( void  ) [inline]

Prefix advance.

ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > ACE_Cache_Map_Reverse_Iterator::operator++ ( int  ) [inline]

Postfix advance.

ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & ACE_Cache_Map_Reverse_Iterator::operator-- ( void  ) [inline]

Prefix reverse.

ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > ACE_Cache_Map_Reverse_Iterator::operator-- ( int  ) [inline]

Postfix reverse.

ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & ACE_Cache_Map_Reverse_Iterator::operator= ( const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &  rhs) [inline]

Assignment operator.

bool ACE_Cache_Map_Reverse_Iterator::operator== ( const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &  rhs) const [inline]

Comparison operators.


Member Data Documentation

Declare the dynamic allocation hooks.

The actual iterator which iterates internally on the map belonging to the Cache_Map_Manager.


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