|
const char * | c_str () const |
|
bool | operator< (const String &o) const |
|
std::string | str () const |
|
flatbuffers::string_view | string_view () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
const_reverse_iterator | crbegin () const |
|
const_reverse_iterator | crend () const |
|
uint8_t * | Data () |
|
char * | data () |
|
const uint8_t * | Data () const |
|
const char * | data () const |
|
iterator | end () |
|
const_iterator | end () const |
|
| FLATBUFFERS_ATTRIBUTE (deprecated("use size() instead")) uoffset_t Length() 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 |
|
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 |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
uoffset_t | size () const |
|
The documentation for this struct was generated from the following file: