HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_DependencyList::reverse_iterator Class Reference

#include <OP_Dependency.h>

Public Member Functions

 reverse_iterator ()
 
 reverse_iterator (const reverse_iterator &it)
 
 ~reverse_iterator ()
 
OP_DependencygetDependency () const
 
OP_Dependencyoperator* () const
 
OP_Dependencyoperator-> () const
 
reverse_iteratoroperator= (const reverse_iterator &cmp)
 
reverse_iteratoroperator++ ()
 
reverse_iteratoroperator++ (int)
 
bool operator== (const reverse_iterator &cmp) const
 
bool operator!= (const reverse_iterator &cmp) const
 
void advance ()
 
void rewind ()
 
bool atEnd () const
 

Friends

class OP_DependencyList
 

Detailed Description

Access to the hash table

Definition at line 256 of file OP_Dependency.h.

Constructor & Destructor Documentation

OP_DependencyList::reverse_iterator::reverse_iterator ( )
inline

Definition at line 260 of file OP_Dependency.h.

OP_DependencyList::reverse_iterator::reverse_iterator ( const reverse_iterator it)
inline

Definition at line 267 of file OP_Dependency.h.

OP_DependencyList::reverse_iterator::~reverse_iterator ( )
inline

Definition at line 274 of file OP_Dependency.h.

Member Function Documentation

void OP_DependencyList::reverse_iterator::advance ( )
inline

Definition at line 318 of file OP_Dependency.h.

bool OP_DependencyList::reverse_iterator::atEnd ( ) const
inline

Definition at line 351 of file OP_Dependency.h.

OP_Dependency& OP_DependencyList::reverse_iterator::getDependency ( ) const
inline

Definition at line 276 of file OP_Dependency.h.

Definition at line 314 of file OP_Dependency.h.

OP_Dependency& OP_DependencyList::reverse_iterator::operator* ( ) const
inline

Definition at line 280 of file OP_Dependency.h.

reverse_iterator& OP_DependencyList::reverse_iterator::operator++ ( )
inline

Definition at line 297 of file OP_Dependency.h.

reverse_iterator& OP_DependencyList::reverse_iterator::operator++ ( int  )
inline

Definition at line 302 of file OP_Dependency.h.

OP_Dependency* OP_DependencyList::reverse_iterator::operator-> ( ) const
inline

Definition at line 284 of file OP_Dependency.h.

reverse_iterator& OP_DependencyList::reverse_iterator::operator= ( const reverse_iterator cmp)
inline

Definition at line 289 of file OP_Dependency.h.

bool OP_DependencyList::reverse_iterator::operator== ( const reverse_iterator cmp) const
inline

Definition at line 307 of file OP_Dependency.h.

void OP_DependencyList::reverse_iterator::rewind ( )
inline

Definition at line 330 of file OP_Dependency.h.

Friends And Related Function Documentation

friend class OP_DependencyList
friend

Definition at line 379 of file OP_Dependency.h.


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