Home
last modified time | relevance | path

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

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