mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 23:03:57 +00:00
cpp generator : pulling all methods inside the class
This commit is contained in:
1406
src/idl_gen_cpp.cpp
1406
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_Red = 1,
|
||||||
Color_Green = 2,
|
Color_Green = 2,
|
||||||
Color_Blue = 8,
|
Color_Blue = 8,
|
||||||
Color_MIN = Color_Red,
|
Color_NONE = 0,
|
||||||
Color_MAX = Color_Blue
|
Color_ANY = 11
|
||||||
};
|
};
|
||||||
|
|
||||||
inline const char **EnumNamesColor() {
|
inline const char **EnumNamesColor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user