#include <flatc.h>
|
| typedef void(* | WarnFn) (const FlatCompiler *flatc, const std::string &warn, bool show_exe_name) |
| |
| typedef void(* | ErrorFn) (const FlatCompiler *flatc, const std::string &err, bool usage, bool show_exe_name) |
| |
Definition at line 71 of file flatc.h.
◆ ErrorFn
| typedef void(* flatbuffers::FlatCompiler::ErrorFn) (const FlatCompiler *flatc, const std::string &err, bool usage, bool show_exe_name) |
◆ WarnFn
| typedef void(* flatbuffers::FlatCompiler::WarnFn) (const FlatCompiler *flatc, const std::string &warn, bool show_exe_name) |
◆ FlatCompiler()
| flatbuffers::FlatCompiler::FlatCompiler |
( |
const InitParams & |
params | ) |
|
|
inlineexplicit |
◆ Compile()
| int flatbuffers::FlatCompiler::Compile |
( |
const FlatCOptions & |
options | ) |
|
◆ GetShortUsageString()
| std::string flatbuffers::FlatCompiler::GetShortUsageString |
( |
const std::string & |
program_name | ) |
const |
◆ GetUsageString()
| std::string flatbuffers::FlatCompiler::GetUsageString |
( |
const std::string & |
program_name | ) |
const |
◆ ParseFromCommandLineArguments()
| FlatCOptions flatbuffers::FlatCompiler::ParseFromCommandLineArguments |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ RegisterCodeGenerator()
| bool flatbuffers::FlatCompiler::RegisterCodeGenerator |
( |
const FlatCOption & |
option, |
|
|
std::shared_ptr< CodeGenerator > |
code_generator |
|
) |
| |
The documentation for this class was generated from the following file:
- onert-micro/externals/flatbuffers/flatc.h