Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::StaticGridIterator< KeyType, ValueType, GridType > Class Template Reference

Classes

class  ArrowHelper
 

Public Types

using T = SecondRefPair< KeyType, ValueType >
 
using value_type = T
 

Public Member Functions

bool operator!= (const StaticGridIterator &oi) const
 
value_type operator* () const
 
StaticGridIterator operator++ ()
 
StaticGridIterator operator++ (int)
 
ArrowHelper operator-> () const
 
bool operator== (const StaticGridIterator &oi) const
 
 StaticGridIterator (VecIt it, const GridType &g)
 

Private Types

using VecIt = std::vector< std::pair< uint, ValueType > >::iterator
 

Private Attributes

const GridType * mGrid = nullptr
 
VecIt mVecIt
 

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