ACE  6.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY > Class Template Reference

Iterate through an ACE_Stream. More...

#include <Stream.h>

Collaboration diagram for ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >:
Collaboration graph
[legend]

Public Member Functions

 ACE_Stream_Iterator (const ACE_Stream< ACE_SYNCH_USE, TIME_POLICY > &sr)
 
int next (const ACE_Module< ACE_SYNCH_USE, TIME_POLICY > *&next_item)
 
int done (void) const
 Returns 1 when all items have been seen, else 0. More...
 
int advance (void)
 

Private Attributes

ACE_Module< ACE_SYNCH_USE,
TIME_POLICY > * 
next_
 Next ACE_Module that we haven't yet seen. More...
 

Detailed Description

template<ACE_SYNCH_DECL, class TIME_POLICY>
class ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >

Iterate through an ACE_Stream.

Constructor & Destructor Documentation

template<ACE_SYNCH_DECL , class TIME_POLICY >
ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::ACE_Stream_Iterator ( const ACE_Stream< ACE_SYNCH_USE, TIME_POLICY > &  sr)

Member Function Documentation

template<ACE_SYNCH_DECL , class TIME_POLICY >
int ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::advance ( void  )

Move forward by one element in the set. Returns 0 when all the items in the set have been seen, else 1.

template<ACE_SYNCH_DECL , class TIME_POLICY >
int ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::done ( void  ) const
inline

Returns 1 when all items have been seen, else 0.

template<ACE_SYNCH_DECL , class TIME_POLICY >
int ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::next ( const ACE_Module< ACE_SYNCH_USE, TIME_POLICY > *&  next_item)
inline

Pass back the next_item that hasn't been seen in the set. Returns 0 when all items have been seen, else 1.

Member Data Documentation

template<ACE_SYNCH_DECL , class TIME_POLICY >
ACE_Module<ACE_SYNCH_USE, TIME_POLICY>* ACE_Stream_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::next_
private

Next ACE_Module that we haven't yet seen.


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