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