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