message_queue_sequence::iterator Class Reference

#include <acestl/collections/message_queue_sequence.hpp>

Inheritance diagram for message_queue_sequence::iterator:

iterator_base

List of all members.


Detailed Description

template<ACE_SYNCH_DECL>
class acestl::message_queue_sequence< ACE_SYNCH_DECL >::iterator

Iterator type for the message_queue_sequence class template.

Note:
Although this iterator class is an Input Iterator, it uses customisations of std algorithms to effect very favourable performance, as described in chapter 31 of Extended STL, volume 1 (published by Addison-Wesley, June 2007).

Public Types

typedef iterator class_type
typedef char value_type
 The value type.

Public Member Functions

 iterator (class_type const &rhs)
class_typeoperator= (class_type const &rhs)
class_typeoperator++ ()
class_type operator++ (int)
value_typeoperator* ()
value_type operator* () const
bool equal (class_type const &rhs) const
bool operator== (class_type const &rhs) const
bool operator!= (class_type const &rhs) const

Member Typedef Documentation

typedef char value_type

The value type.

Reimplemented from iterator_base.


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

Generated on Thu Jun 10 08:58:23 2010 for STLSoft by  doxygen 1.5.6