mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
1432
src/idl_gen_cpp.cpp
1432
src/idl_gen_cpp.cpp
File diff suppressed because it is too large
Load Diff
@@ -22,8 +22,8 @@ enum Color {
|
||||
Color_Red = 1,
|
||||
Color_Green = 2,
|
||||
Color_Blue = 8,
|
||||
Color_MIN = Color_Red,
|
||||
Color_MAX = Color_Blue
|
||||
Color_NONE = 0,
|
||||
Color_ANY = 11
|
||||
};
|
||||
|
||||
inline const char **EnumNamesColor() {
|
||||
|
||||
@@ -23,10 +23,6 @@ namespace NamespaceA {
|
||||
|
||||
struct SecondTableInA;
|
||||
|
||||
} // namespace NamespaceA
|
||||
|
||||
namespace NamespaceA {
|
||||
|
||||
struct TableInFirstNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
||||
enum {
|
||||
VT_FOO_TABLE = 4,
|
||||
|
||||
Reference in New Issue
Block a user