ACE_Unbounded_Set_Iterator< T > Class Template Reference

Compatibility wrapper for ACE_Unbounded_Set_Ex_Iterator. More...

#include <Unbounded_Set.h>

Inheritance diagram for ACE_Unbounded_Set_Iterator< T >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ACE_Unbounded_Set_Ex_Iterator<
T, ACE_Unbounded_Set_Default_Comparator<
T > > 
base_type

Public Member Functions

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

Detailed Description

template<typename T>
class ACE_Unbounded_Set_Iterator< T >

Compatibility wrapper for ACE_Unbounded_Set_Ex_Iterator.

Definition at line 45 of file Unbounded_Set.h.


Member Typedef Documentation

template<typename T>
typedef ACE_Unbounded_Set_Ex_Iterator<T, ACE_Unbounded_Set_Default_Comparator<T> > ACE_Unbounded_Set_Iterator< T >::base_type

Definition at line 49 of file Unbounded_Set.h.


Constructor & Destructor Documentation

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

Definition at line 16 of file Unbounded_Set.inl.

00018   : base_type (s, end)
00019 {
00020 }

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

Definition at line 23 of file Unbounded_Set.inl.

00024   : base_type  (s)
00025 {
00026 }


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