webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Provides additional information for stream. More...
#include <rapidjson.h>
Public Types | |
enum | { copyOptimization = 0 } |
Whether to make local copy of stream for optimization during parsing. More... | |
Provides additional information for stream.
By using traits pattern, this type provides a default configuration for stream. For custom stream, this type can be specialized for other configuration. See TEST(Reader, CustomStringStream) in readertest.cpp for example.
anonymous enum |