|
Visual Computing Library
devel
|
Public Types | |
| using | T = SecondRefPair< KeyType, const ValueType > |
| using | value_type = T |
Public Member Functions | |
| ConstStaticGridIterator (VecIt it, const GridType &g) | |
| bool | operator!= (const ConstStaticGridIterator &oi) const |
| value_type | operator* () const |
| ConstStaticGridIterator | operator++ () |
| ConstStaticGridIterator | operator++ (int) |
| auto | operator-> () const |
| bool | operator== (const ConstStaticGridIterator &oi) const |
Private Types | |
| using | VecIt = std::vector< std::pair< uint, ValueType > >::const_iterator |
Private Attributes | |
| const GridType * | mGrid = nullptr |
| VecIt | mVecIt |