Searched defs:IDLOptionsCpp (Results 1 – 1 of 1) sorted by relevance
88 struct IDLOptionsCpp : public IDLOptions { struct90 CppStandard g_cpp_std; // Base version of C++ standard.91 bool g_only_fixed_enums; // Generate underlaying type for all enums.93 IDLOptionsCpp(const IDLOptions &opts) in IDLOptionsCpp() argument