ICF 3.0.5.47
Technical documentation of ICF Libraries
istd::CFastBinaryIndex::iterator Class Reference

#include <CFastBinaryIndex.h>

Collaboration diagram for istd::CFastBinaryIndex::iterator:

Public Member Functions

 iterator ()
 
 iterator (const CFastBinaryIndex *indexPtr, int position)
 
 iterator (const iterator &iter)
 
int operator* ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &iter) const
 
bool operator!= (const iterator &iter) const
 
iteratoroperator= (const iterator &iter)
 

Detailed Description

Definition at line 26 of file CFastBinaryIndex.h.

Constructor & Destructor Documentation

◆ iterator() [1/3]

istd::CFastBinaryIndex::iterator::iterator ( )
inline

Definition at line 403 of file CFastBinaryIndex.h.

◆ iterator() [2/3]

istd::CFastBinaryIndex::iterator::iterator ( const CFastBinaryIndex * indexPtr,
int position )
inline

Definition at line 409 of file CFastBinaryIndex.h.

◆ iterator() [3/3]

istd::CFastBinaryIndex::iterator::iterator ( const iterator & iter)
inline

Definition at line 415 of file CFastBinaryIndex.h.

Member Function Documentation

◆ operator!=()

bool istd::CFastBinaryIndex::iterator::operator!= ( const iterator & iter) const
inline

Definition at line 453 of file CFastBinaryIndex.h.

◆ operator*()

int istd::CFastBinaryIndex::iterator::operator* ( )
inline

Definition at line 421 of file CFastBinaryIndex.h.

◆ operator++() [1/2]

CFastBinaryIndex::iterator & istd::CFastBinaryIndex::iterator::operator++ ( )
inline

Definition at line 429 of file CFastBinaryIndex.h.

◆ operator++() [2/2]

CFastBinaryIndex::iterator istd::CFastBinaryIndex::iterator::operator++ ( int )
inline

Definition at line 437 of file CFastBinaryIndex.h.

◆ operator=()

CFastBinaryIndex::iterator & istd::CFastBinaryIndex::iterator::operator= ( const iterator & iter)
inline

Definition at line 459 of file CFastBinaryIndex.h.

◆ operator==()

bool istd::CFastBinaryIndex::iterator::operator== ( const iterator & iter) const
inline

Definition at line 447 of file CFastBinaryIndex.h.


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

© Witold Gantzke and Kirill Lepskiy