Provides an STL-style iterator on CellStoreBlockIndex objects. More...
#include <CellStoreBlockIndexArray.h>
Public Types | |
typedef std::vector < CellStoreBlockIndexElementArray < OffsetT > >::iterator | ArrayIteratorT |
Public Member Functions | |
CellStoreBlockIndexIteratorArray () | |
CellStoreBlockIndexIteratorArray (ArrayIteratorT iter) | |
SerializedKey | key () |
int64_t | value () |
CellStoreBlockIndexIteratorArray & | operator++ () |
CellStoreBlockIndexIteratorArray | operator++ (int) |
bool | operator== (const CellStoreBlockIndexIteratorArray &other) |
bool | operator!= (const CellStoreBlockIndexIteratorArray &other) |
Protected Attributes | |
ArrayIteratorT | m_iter |
Provides an STL-style iterator on CellStoreBlockIndex objects.
Definition at line 73 of file CellStoreBlockIndexArray.h.
typedef std::vector<CellStoreBlockIndexElementArray<OffsetT> >::iterator Hypertable::CellStoreBlockIndexIteratorArray< OffsetT >::ArrayIteratorT |
Definition at line 75 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 77 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 78 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 79 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 90 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 81 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 82 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 87 of file CellStoreBlockIndexArray.h.
|
inline |
Definition at line 80 of file CellStoreBlockIndexArray.h.
|
protected |
Definition at line 94 of file CellStoreBlockIndexArray.h.