#include <flatbuffers.h>
Public Member Functions | |
const char * | c_str () const |
bool | operator< (const String &o) const |
std::string | str () const |
Definition at line 343 of file flatbuffers.h.
const char* flatbuffers::String::c_str | ( | ) | const [inline] |
Definition at line 344 of file flatbuffers.h.
bool flatbuffers::String::operator< | ( | const String & | o | ) | const [inline] |
Definition at line 355 of file flatbuffers.h.
std::string flatbuffers::String::str | ( | ) | const [inline] |
Definition at line 345 of file flatbuffers.h.