ACE  6.4.2
Public Types | Public Member Functions | List of all members
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]

Public Types

typedef ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > > base_type
 
- Public Types inherited from ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > >
typedef ACE_Unbounded_Set_Ex< T, ACE_Unbounded_Set_Default_Comparator< T > > container_type
 
typedef std::forward_iterator_tag iterator_category
 
typedef container_type::const_value_type value_type
 
typedef container_type::const_reference reference
 
typedef container_type::const_pointer pointer
 
typedef container_type::difference_type difference_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)
 
- Public Member Functions inherited from ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > >
 ACE_Unbounded_Set_Ex_Const_Iterator (const ACE_Unbounded_Set_Ex< T, ACE_Unbounded_Set_Default_Comparator< T > > &s, bool end=false)
 
int next (T *&next_item)
 
int advance (void)
 
int first (void)
 
int done (void) const
 Returns 1 when all items have been seen, else 0. More...
 
void dump (void) const
 Dump the state of an object. More...
 
ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > > operator++ (int)
 Postfix advance. More...
 
ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > > & operator++ (void)
 Prefix advance. More...
 
T & operator* (void)
 Returns a reference to the internal element this is pointing to. More...
 
bool operator== (const ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > > &) const
 Check if two iterators point to the same position. More...
 
bool operator!= (const ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > > &) const
 

Additional Inherited Members

- Public Attributes inherited from ACE_Unbounded_Set_Ex_Const_Iterator< T, ACE_Unbounded_Set_Default_Comparator< T > >
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 

Detailed Description

template<class T>
class ACE_Unbounded_Set_Const_Iterator< T >

Compatibility wrapper for ACE_Unbounded_Set_Ex_Const_Iterator.

Member Typedef Documentation

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 
)

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