#include <app_utils.h>
◆ Decoder()
gs::Decoder::Decoder |
( |
const char * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ ~Decoder()
gs::Decoder::~Decoder |
( |
| ) |
|
|
inline |
◆ data()
const char * gs::Decoder::data |
( |
| ) |
const |
◆ empty()
bool gs::Decoder::empty |
( |
| ) |
const |
◆ get_byte()
uint8_t gs::Decoder::get_byte |
( |
| ) |
|
◆ get_bytes()
std::string_view gs::Decoder::get_bytes |
( |
| ) |
|
◆ get_double()
double gs::Decoder::get_double |
( |
| ) |
|
◆ get_int()
int gs::Decoder::get_int |
( |
| ) |
|
◆ get_long()
int64_t gs::Decoder::get_long |
( |
| ) |
|
◆ get_small_string()
std::string_view gs::Decoder::get_small_string |
( |
| ) |
|
◆ get_string()
std::string_view gs::Decoder::get_string |
( |
| ) |
|
◆ reset()
void gs::Decoder::reset |
( |
const char * |
ptr, |
|
|
size_t |
size |
|
) |
| |
◆ size()
size_t gs::Decoder::size |
( |
| ) |
const |
◆ data_
const char* gs::Decoder::data_ |
|
private |
◆ end_
const char* gs::Decoder::end_ |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/GraphScope/GraphScope/flex/utils/app_utils.h
- /home/runner/work/GraphScope/GraphScope/flex/utils/app_utils.cc