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