Visual Computing Library
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

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

Private Types

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

Private Attributes

VecIt mVecIt
 
const GridType * mGrid = nullptr
 

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