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

#include <flatc.h>

Collaboration diagram for flatbuffers::FlatCOptions:

Data Fields

IDLOptions opts
 
std::string program_name
 
std::string output_path
 
std::vector< std::string > filenames
 
std::list< std::string > include_directories_storage
 
std::vector< const char * > include_directories
 
std::vector< const char * > conform_include_directories
 
std::vector< bool > generator_enabled
 
size_t binary_files_from = std::numeric_limits<size_t>::max()
 
std::string conform_to_schema
 
std::string annotate_schema
 
bool annotate_include_vector_contents = true
 
bool any_generator = false
 
bool print_make_rules = false
 
bool raw_binary = false
 
bool schema_binary = false
 
bool grpc_enabled = false
 
bool requires_bfbs = false
 
bool file_names_only = false
 
std::vector< std::shared_ptr< CodeGenerator > > generators
 

Detailed Description

Definition at line 36 of file flatc.h.

Field Documentation

◆ annotate_include_vector_contents

bool flatbuffers::FlatCOptions::annotate_include_vector_contents = true

Definition at line 52 of file flatc.h.

◆ annotate_schema

std::string flatbuffers::FlatCOptions::annotate_schema

Definition at line 51 of file flatc.h.

◆ any_generator

bool flatbuffers::FlatCOptions::any_generator = false

Definition at line 53 of file flatc.h.

◆ binary_files_from

size_t flatbuffers::FlatCOptions::binary_files_from = std::numeric_limits<size_t>::max()

Definition at line 49 of file flatc.h.

◆ conform_include_directories

std::vector<const char *> flatbuffers::FlatCOptions::conform_include_directories

Definition at line 47 of file flatc.h.

◆ conform_to_schema

std::string flatbuffers::FlatCOptions::conform_to_schema

Definition at line 50 of file flatc.h.

◆ file_names_only

bool flatbuffers::FlatCOptions::file_names_only = false

Definition at line 59 of file flatc.h.

◆ filenames

std::vector<std::string> flatbuffers::FlatCOptions::filenames

Definition at line 43 of file flatc.h.

◆ generator_enabled

std::vector<bool> flatbuffers::FlatCOptions::generator_enabled

Definition at line 48 of file flatc.h.

◆ generators

std::vector<std::shared_ptr<CodeGenerator> > flatbuffers::FlatCOptions::generators

Definition at line 61 of file flatc.h.

◆ grpc_enabled

bool flatbuffers::FlatCOptions::grpc_enabled = false

Definition at line 57 of file flatc.h.

◆ include_directories

std::vector<const char *> flatbuffers::FlatCOptions::include_directories

Definition at line 46 of file flatc.h.

◆ include_directories_storage

std::list<std::string> flatbuffers::FlatCOptions::include_directories_storage

Definition at line 45 of file flatc.h.

◆ opts

IDLOptions flatbuffers::FlatCOptions::opts

Definition at line 37 of file flatc.h.

◆ output_path

std::string flatbuffers::FlatCOptions::output_path

Definition at line 41 of file flatc.h.

◆ print_make_rules

bool flatbuffers::FlatCOptions::print_make_rules = false

Definition at line 54 of file flatc.h.

◆ program_name

std::string flatbuffers::FlatCOptions::program_name

Definition at line 39 of file flatc.h.

◆ raw_binary

bool flatbuffers::FlatCOptions::raw_binary = false

Definition at line 55 of file flatc.h.

◆ requires_bfbs

bool flatbuffers::FlatCOptions::requires_bfbs = false

Definition at line 58 of file flatc.h.

◆ schema_binary

bool flatbuffers::FlatCOptions::schema_binary = false

Definition at line 56 of file flatc.h.


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