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

#include <idl.h>

Public Member Functions

 Namespace ()
 
std::string GetFullyQualifiedName (const std::string &name, size_t max_components=1000) const
 

Data Fields

std::vector< std::string > components
 
size_t from_table
 

Detailed Description

Definition at line 251 of file idl.h.

Constructor & Destructor Documentation

◆ Namespace()

flatbuffers::Namespace::Namespace ( )
inline

Definition at line 253 of file idl.h.

253: from_table(0) {}

Member Function Documentation

◆ GetFullyQualifiedName()

std::string flatbuffers::Namespace::GetFullyQualifiedName ( const std::string &  name,
size_t  max_components = 1000 
) const

Field Documentation

◆ components

std::vector<std::string> flatbuffers::Namespace::components

Definition at line 261 of file idl.h.

Referenced by flatbuffers::operator<().

◆ from_table

size_t flatbuffers::Namespace::from_table

Definition at line 262 of file idl.h.


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