MCPcopy Create free account
hub / github.com/Illumina/paragraph / CommentStyle

Class CommentStyle

external/jsoncpp/jsoncpp.cpp:4984–4991  ·  view source on GitHub ↗

Scoped enums are not available until C++11.

Source from the content-addressed store, hash-verified

4982
4983/// Scoped enums are not available until C++11.
4984struct CommentStyle {
4985 /// Decide whether to write comments.
4986 enum Enum {
4987 None, ///< Drop all comments.
4988 Most, ///< Recover odd behavior of previous versions (not implemented yet).
4989 All ///< Keep all comments.
4990 };
4991};
4992
4993struct BuiltStyledStreamWriter : public StreamWriter
4994{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected