Public Types | Public Member Functions

ts::Errata::const_iterator Class Reference

Forward constant iterator for Messages in an Errata. More...

#include <Errata.h>

Public Types

typedef const_iterator self
 Self reference type.
typedef
Errata::Container::const_reverse_iterator 
super
 Parent type.

Public Member Functions

 const_iterator ()
 Default constructor.
 const_iterator (self const &that)
 Copy constructor.
 const_iterator (super const &that)
selfoperator= (self const &that)
 Assignment.
selfoperator= (super const &that)
 Assignment from super class.
selfoperator++ ()
 Prefix increment.
selfoperator-- ()
 Prefix decrement.

Detailed Description

Forward constant iterator for Messages in an Errata.

Definition at line 589 of file Errata.h.


Member Typedef Documentation

Self reference type.

Definition at line 591 of file Errata.h.

typedef Errata::Container::const_reverse_iterator ts::Errata::const_iterator::super

Parent type.

Definition at line 592 of file Errata.h.


Constructor & Destructor Documentation

ts::Errata::const_iterator::const_iterator (  )  [inline]

Default constructor.

Definition at line 894 of file Errata.h.

ts::Errata::const_iterator::const_iterator ( self const &  that  )  [inline]

Copy constructor.

Parameters:
that Source instance.

Definition at line 895 of file Errata.h.

ts::Errata::const_iterator::const_iterator ( super const &  that  )  [inline]
Parameters:
that Source instance.

Definition at line 896 of file Errata.h.


Member Function Documentation

Errata::const_iterator & ts::Errata::const_iterator::operator++ (  )  [inline]

Prefix increment.

Definition at line 899 of file Errata.h.

Errata::const_iterator & ts::Errata::const_iterator::operator-- (  )  [inline]

Prefix decrement.

Definition at line 900 of file Errata.h.

Errata::const_iterator & ts::Errata::const_iterator::operator= ( self const &  that  )  [inline]

Assignment.

Definition at line 897 of file Errata.h.

Referenced by operator=().

Errata::const_iterator & ts::Errata::const_iterator::operator= ( super const &  that  )  [inline]

Assignment from super class.

Definition at line 898 of file Errata.h.

References operator=().


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