Flex  0.17.9
Public Member Functions | Public Attributes | List of all members
gs::AnyValue Union Reference

#include <types.h>

Collaboration diagram for gs::AnyValue:
Collaboration graph
[legend]

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
 

Constructor & Destructor Documentation

◆ AnyValue()

gs::AnyValue::AnyValue ( )
inline

◆ ~AnyValue()

gs::AnyValue::~AnyValue ( )
inline

Member Data Documentation

◆ b

bool gs::AnyValue::b

◆ d

Date gs::AnyValue::d

◆ day

Day gs::AnyValue::day

◆ db

double gs::AnyValue::db

◆ f

float gs::AnyValue::f

◆ i

int32_t gs::AnyValue::i

◆ l

int64_t gs::AnyValue::l

◆ label_key

LabelKey gs::AnyValue::label_key

◆ record

Record gs::AnyValue::record

◆ record_view

RecordView gs::AnyValue::record_view

◆ s

std::string_view gs::AnyValue::s

◆ s_ptr

StringPtr gs::AnyValue::s_ptr

◆ u16

uint16_t gs::AnyValue::u16

◆ u8

uint8_t gs::AnyValue::u8

◆ ui

uint32_t gs::AnyValue::ui

◆ ul

uint64_t gs::AnyValue::ul

◆ vertex_gid

GlobalId gs::AnyValue::vertex_gid

The documentation for this union was generated from the following file: