#include <flatbuffers.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef IT * | pointer |
typedef IT & | reference |
typedef IT | value_type |
Public Member Functions | |
bool | operator!= (const VectorIterator &other) const |
IT | operator* () const |
VectorIterator | operator+ (const uoffset_t &offset) const |
VectorIterator & | operator++ () |
VectorIterator | operator++ (int) |
VectorIterator & | operator+= (const uoffset_t &offset) |
difference_type | operator- (const VectorIterator &other) const |
VectorIterator | operator- (const uoffset_t &offset) const |
VectorIterator & | operator-- () |
VectorIterator | operator-- (int) |
VectorIterator & | operator-= (const uoffset_t &offset) |
IT | operator-> () const |
bool | operator< (const VectorIterator &other) const |
VectorIterator & | operator= (const VectorIterator &other) |
VectorIterator & | operator= (VectorIterator &&other) |
bool | operator== (const VectorIterator &other) const |
VectorIterator (const uint8_t *data, uoffset_t i) | |
VectorIterator (const VectorIterator &other) | |
VectorIterator () | |
Private Attributes | |
const uint8_t * | data_ |
Definition at line 168 of file flatbuffers.h.
typedef ptrdiff_t flatbuffers::VectorIterator< T, IT >::difference_type |
Definition at line 172 of file flatbuffers.h.
typedef std::random_access_iterator_tag flatbuffers::VectorIterator< T, IT >::iterator_category |
Definition at line 170 of file flatbuffers.h.
typedef IT* flatbuffers::VectorIterator< T, IT >::pointer |
Definition at line 173 of file flatbuffers.h.
typedef IT& flatbuffers::VectorIterator< T, IT >::reference |
Definition at line 174 of file flatbuffers.h.
typedef IT flatbuffers::VectorIterator< T, IT >::value_type |
Definition at line 171 of file flatbuffers.h.
|
inline |
Definition at line 176 of file flatbuffers.h.
|
inline |
Definition at line 179 of file flatbuffers.h.
|
inline |
Definition at line 181 of file flatbuffers.h.
|
inline |
Definition at line 209 of file flatbuffers.h.
|
inline |
Definition at line 219 of file flatbuffers.h.
|
inline |
Definition at line 242 of file flatbuffers.h.
|
inline |
Definition at line 229 of file flatbuffers.h.
|
inline |
Definition at line 235 of file flatbuffers.h.
|
inline |
Definition at line 247 of file flatbuffers.h.
|
inline |
Definition at line 214 of file flatbuffers.h.
|
inline |
Definition at line 266 of file flatbuffers.h.
|
inline |
Definition at line 253 of file flatbuffers.h.
|
inline |
Definition at line 259 of file flatbuffers.h.
|
inline |
Definition at line 271 of file flatbuffers.h.
|
inline |
Definition at line 224 of file flatbuffers.h.
|
inline |
Definition at line 204 of file flatbuffers.h.
|
inline |
Definition at line 184 of file flatbuffers.h.
|
inline |
Definition at line 192 of file flatbuffers.h.
|
inline |
Definition at line 199 of file flatbuffers.h.
|
private |
Definition at line 278 of file flatbuffers.h.