ACE_Unbounded_Set_Const_Iterator< T > Class Template Reference

Compatibility wrapper for ACE_Unbounded_Set_Ex_Const_Iterator. More...

#include <Unbounded_Set.h>

Inheritance diagram for ACE_Unbounded_Set_Const_Iterator< T >:

Inheritance graph
[legend]
Collaboration diagram for ACE_Unbounded_Set_Const_Iterator< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ACE_Unbounded_Set_Ex_Const_Iterator<
T, ACE_Unbounded_Set_Default_Comparator<
T > > 
base_type

Public Member Functions

 ACE_Unbounded_Set_Const_Iterator (const ACE_Unbounded_Set< T > &s, bool end=false)
 ACE_Unbounded_Set_Const_Iterator (const base_type &s)

Detailed Description

template<class T>
class ACE_Unbounded_Set_Const_Iterator< T >

Compatibility wrapper for ACE_Unbounded_Set_Ex_Const_Iterator.

Definition at line 62 of file Unbounded_Set.h.


Member Typedef Documentation

template<class T>
typedef ACE_Unbounded_Set_Ex_Const_Iterator<T, ACE_Unbounded_Set_Default_Comparator<T> > ACE_Unbounded_Set_Const_Iterator< T >::base_type

Definition at line 67 of file Unbounded_Set.h.


Constructor & Destructor Documentation

template<typename T>
ACE_Unbounded_Set_Const_Iterator< T >::ACE_Unbounded_Set_Const_Iterator ( const ACE_Unbounded_Set< T > &  s,
bool  end = false 
)

Definition at line 30 of file Unbounded_Set.inl.

00032   : base_type (s, end)
00033 {
00034 }

template<typename T>
ACE_Unbounded_Set_Const_Iterator< T >::ACE_Unbounded_Set_Const_Iterator ( const base_type s  ) 

Definition at line 37 of file Unbounded_Set.inl.

00038   : base_type  (s)
00039 {
00040 }


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