Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
a9194c4c
Commit
a9194c4c
authored
Jun 02, 2016
by
lakedaemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpp generator : pulling all methods inside the class
parent
ca32eb77
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
idl_gen_cpp.cpp
src/idl_gen_cpp.cpp
+0
-0
monster_test_generated.h
tests/monster_test_generated.h
+2
-2
No files found.
src/idl_gen_cpp.cpp
View file @
a9194c4c
This diff is collapsed.
Click to expand it.
tests/monster_test_generated.h
View file @
a9194c4c
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment