ACF $AcfVersion:0$
Public Member Functions | List of all members
istd::CFastBinaryIndex::Iterator Class Reference

#include <CFastBinaryIndex.h>

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 22 of file CFastBinaryIndex.h.

Constructor & Destructor Documentation

◆ Iterator() [1/3]

istd::CFastBinaryIndex::Iterator::Iterator ( )
inline

Definition at line 399 of file CFastBinaryIndex.h.

◆ Iterator() [2/3]

istd::CFastBinaryIndex::Iterator::Iterator ( const CFastBinaryIndex indexPtr,
int  position 
)
inline

Definition at line 405 of file CFastBinaryIndex.h.

◆ Iterator() [3/3]

istd::CFastBinaryIndex::Iterator::Iterator ( const Iterator iter)
inline

Definition at line 411 of file CFastBinaryIndex.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 449 of file CFastBinaryIndex.h.

◆ operator*()

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

Definition at line 417 of file CFastBinaryIndex.h.

References NULL.

◆ operator++() [1/2]

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

Definition at line 425 of file CFastBinaryIndex.h.

◆ operator++() [2/2]

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

Definition at line 433 of file CFastBinaryIndex.h.

◆ operator=()

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

Definition at line 455 of file CFastBinaryIndex.h.

◆ operator==()

bool istd::CFastBinaryIndex::Iterator::operator== ( const Iterator iter) const
inline

Definition at line 443 of file CFastBinaryIndex.h.


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