Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Map_Impl_Reverse_Iterator_Adapter Class Template Reference

Defines a reverse iterator implementation for the Map_Impl class. More...

#include <Map_T.h>

Inheritance diagram for ACE_Map_Impl_Reverse_Iterator_Adapter:

Inheritance graph
[legend]
Collaboration diagram for ACE_Map_Impl_Reverse_Iterator_Adapter:

Collaboration graph
[legend]
List of all members.

Public Types

typedef IMPLEMENTATION implementation

Public Methods

 ACE_Map_Impl_Reverse_Iterator_Adapter (const IMPLEMENTATION &impl)
 Constructor. More...

virtual ~ACE_Map_Impl_Reverse_Iterator_Adapter (void)
 Destructor. More...

virtual ACE_Reverse_Iterator_Impl<
T > * 
clone (void) const
 Clone. More...

virtual int compare (const ACE_Reverse_Iterator_Impl< T > &rhs) const
 Comparison. More...

virtual T dereference (void) const
 Dereference. More...

virtual void plus_plus (void)
 Advance. More...

virtual void minus_minus (void)
 Reverse. More...

IMPLEMENTATION & impl (void)
 Accessor to implementation object. More...


Protected Attributes

IMPLEMENTATION implementation_
 All implementation details are forwarded to this class. More...


Detailed Description

template<class T, class IMPLEMENTATION, class ENTRY>
class ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >

Defines a reverse iterator implementation for the Map_Impl class.

Implementation to be provided by IMPLEMENTATION.


Member Typedef Documentation

template<class T, class IMPLEMENTATION, class ENTRY>
typedef IMPLEMENTATION ACE_Map_Impl_Reverse_Iterator_Adapter::implementation
 


Constructor & Destructor Documentation

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::ACE_Map_Impl_Reverse_Iterator_Adapter const IMPLEMENTATION &    impl
 

Constructor.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::~ACE_Map_Impl_Reverse_Iterator_Adapter void    [virtual]
 

Destructor.


Member Function Documentation

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE ACE_Reverse_Iterator_Impl< T > * ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::clone void    const [virtual]
 

Clone.

Reimplemented from ACE_Reverse_Iterator_Impl.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE int ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::compare const ACE_Reverse_Iterator_Impl< T > &    rhs const [virtual]
 

Comparison.

Reimplemented from ACE_Reverse_Iterator_Impl.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE T ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::dereference void    const [virtual]
 

Dereference.

Reimplemented from ACE_Reverse_Iterator_Impl.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE IMPLEMENTATION & ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::impl void   
 

Accessor to implementation object.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE void ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::minus_minus void    [virtual]
 

Reverse.

Reimplemented from ACE_Reverse_Iterator_Impl.

template<class T, class IMPLEMENTATION, class ENTRY>
ACE_INLINE void ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::plus_plus void    [virtual]
 

Advance.

Reimplemented from ACE_Reverse_Iterator_Impl.


Member Data Documentation

template<class T, class IMPLEMENTATION, class ENTRY>
IMPLEMENTATION ACE_Map_Impl_Reverse_Iterator_Adapter::implementation_ [protected]
 

All implementation details are forwarded to this class.


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 17:39:50 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001