All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PatchTables::Descriptor::iterator Class Reference

Descriptor iterator class. More...

#include <patchTables.h>

Public Member Functions

 iterator ()
 Constructor. More...
 
 iterator (Descriptor desc)
 Copy Constructor. More...
 
iteratoroperator++ ()
 Iteration increment operator. More...
 
bool operator== (iterator const &other) const
 True of the two descriptors are identical. More...
 
bool operator!= (iterator const &other) const
 True if the two descriptors are different. More...
 
Descriptor const * operator-> () const
 Dereferencing operator. More...
 
Descriptor const & operator* () const
 Dereferencing operator. More...
 

Detailed Description

Descriptor iterator class.

Definition at line 495 of file patchTables.h.

Constructor & Destructor Documentation

iterator ( )
inline

Constructor.

Definition at line 499 of file patchTables.h.

iterator ( Descriptor  desc)
inline

Copy Constructor.

Definition at line 534 of file patchTables.h.

Member Function Documentation

bool operator!= ( iterator const &  other) const
inline

True if the two descriptors are different.

Definition at line 513 of file patchTables.h.

Descriptor const& operator* ( ) const
inline

Dereferencing operator.

Definition at line 523 of file patchTables.h.

PatchTables::Descriptor::iterator & operator++ ( )
inline

Iteration increment operator.

Definition at line 550 of file patchTables.h.

Descriptor const* operator-> ( ) const
inline

Dereferencing operator.

Definition at line 518 of file patchTables.h.

bool operator== ( iterator const &  other) const
inline

True of the two descriptors are identical.

Definition at line 508 of file patchTables.h.


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