Flex
0.17.9
|
#include <types.h>
Public Member Functions | |
AnyValue () | |
~AnyValue () | |
Public Attributes | |
bool | b |
int32_t | i |
uint32_t | ui |
float | f |
int64_t | l |
uint64_t | ul |
GlobalId | vertex_gid |
LabelKey | label_key |
Date | d |
Day | day |
std::string_view | s |
double | db |
uint8_t | u8 |
uint16_t | u16 |
RecordView | record_view |
Record | record |
StringPtr | s_ptr |
|
inline |
|
inline |
bool gs::AnyValue::b |
Date gs::AnyValue::d |
Day gs::AnyValue::day |
double gs::AnyValue::db |
float gs::AnyValue::f |
int32_t gs::AnyValue::i |
int64_t gs::AnyValue::l |
LabelKey gs::AnyValue::label_key |
Record gs::AnyValue::record |
RecordView gs::AnyValue::record_view |
std::string_view gs::AnyValue::s |
StringPtr gs::AnyValue::s_ptr |
uint16_t gs::AnyValue::u16 |
uint8_t gs::AnyValue::u8 |
uint32_t gs::AnyValue::ui |
uint64_t gs::AnyValue::ul |
GlobalId gs::AnyValue::vertex_gid |