Home
last modified time | relevance | path

Searched defs:IDLOptionsCpp (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_cpp.cpp81 struct IDLOptionsCpp : public IDLOptions { struct
83 CppStandard g_cpp_std; // Base version of C++ standard.
84 bool g_only_fixed_enums; // Generate underlaying type for all enums.
86 IDLOptionsCpp(const IDLOptions &opts) in IDLOptionsCpp() argument