Searched defs:IDLOptionsCpp (Results 1 – 1 of 1) sorted by relevance
81 struct IDLOptionsCpp : public IDLOptions { struct83 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