Scoped enums are not available until C++11. More...
Public Types | |
| enum | Enum { None, Most, All } |
| Decide whether to write comments. More... | |
Scoped enums are not available until C++11.
Definition at line 4734 of file jsoncpp.cpp.
Decide whether to write comments.
| Enumerator | |
|---|---|
| None |
Drop all comments. |
| Most |
Recover odd behavior of previous versions (not implemented yet). |
| All |
Keep all comments. |
Definition at line 4736 of file jsoncpp.cpp.