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

Public Types

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

Public Member Functions

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

Private Types

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

Private Attributes

VecIt mVecIt
 
const GridType * mGrid = nullptr
 

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