Public Types | Public Member Functions

ts::Errata::iterator Class Reference

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

#include <Errata.h>

Public Types

typedef iterator self
 Self reference type.
typedef
Errata::Container::reverse_iterator 
super
 Parent type.

Public Member Functions

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

Detailed Description

Forward iterator for Messages in an Errata.

Definition at line 565 of file Errata.h.


Member Typedef Documentation

Self reference type.

Definition at line 567 of file Errata.h.

typedef Errata::Container::reverse_iterator ts::Errata::iterator::super

Parent type.

Definition at line 568 of file Errata.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 886 of file Errata.h.

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

Copy constructor.

Parameters:
that Source instance.

Definition at line 887 of file Errata.h.

ts::Errata::iterator::iterator ( super const &  that  )  [inline]

Construct from super class.

Parameters:
that Source instance.

Definition at line 888 of file Errata.h.


Member Function Documentation

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

Prefix increment.

Definition at line 891 of file Errata.h.

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

Prefix decrement.

Definition at line 892 of file Errata.h.

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

Assignment.

Definition at line 889 of file Errata.h.

Referenced by operator=().

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

Assignment from super class.

Definition at line 890 of file Errata.h.

References operator=().


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