ONE - On-device Neural Engine
Loading...
Searching...
No Matches
flatbuffers::Value Struct Reference

#include <idl.h>

Collaboration diagram for flatbuffers::Value:

Public Member Functions

 Value ()
 

Data Fields

Type type
 
std::string constant
 
voffset_t offset
 

Detailed Description

Definition at line 193 of file idl.h.

Constructor & Destructor Documentation

◆ Value()

flatbuffers::Value::Value ( )
inline

Definition at line 195 of file idl.h.

195: constant("0"), offset(static_cast<voffset_t>(~(static_cast<voffset_t>(0U)))) {}
std::string constant
Definition idl.h:197
voffset_t offset
Definition idl.h:198

Field Documentation

◆ constant

std::string flatbuffers::Value::constant

Definition at line 197 of file idl.h.

◆ offset

voffset_t flatbuffers::Value::offset

Definition at line 198 of file idl.h.

◆ type

Type flatbuffers::Value::type

Definition at line 196 of file idl.h.

Referenced by flatbuffers::FieldDef::IsScalarOptional().


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