#include <flatbuffers.h>
Public Member Functions | |
const char * | c_str () const |
bool | operator< (const String &o) const |
std::string | str () const |
Public Member Functions inherited from flatbuffers::Vector< char > | |
iterator | begin () |
const_iterator | begin () const |
const uint8_t * | Data () const |
uint8_t * | Data () |
const char * | data () const |
char * | data () |
iterator | end () |
const_iterator | end () const |
return_type | Get (uoffset_t i) const |
const U * | GetAs (uoffset_t i) const |
const String * | GetAsString (uoffset_t i) const |
E | GetEnum (uoffset_t i) const |
mutable_return_type | GetMutableObject (uoffset_t i) const |
const void * | GetStructFromOffset (size_t o) const |
uoffset_t | Length () const |
return_type | LookupByKey (K key) const |
void | Mutate (uoffset_t i, const char &val) |
void | MutateOffset (uoffset_t i, const uint8_t *val) |
return_type | operator[] (uoffset_t i) const |
uoffset_t | size () const |
Additional Inherited Members | |
Public Types inherited from flatbuffers::Vector< char > | |
typedef VectorIterator< char, typename IndirectHelper< char >::return_type > | const_iterator |
typedef VectorIterator< char, typename IndirectHelper< char >::mutable_return_type > | iterator |
typedef IndirectHelper< char >::mutable_return_type | mutable_return_type |
typedef IndirectHelper< char >::return_type | return_type |
Protected Member Functions inherited from flatbuffers::Vector< char > | |
Vector () | |
Protected Attributes inherited from flatbuffers::Vector< char > | |
uoffset_t | length_ |
Definition at line 343 of file flatbuffers.h.
|
inline |
Definition at line 344 of file flatbuffers.h.
|
inline |
Definition at line 355 of file flatbuffers.h.
|
inline |
Definition at line 345 of file flatbuffers.h.