Wire Sysio Wire Sysion 1.0.0
|
Provides additional information for stream. More...
#include <stream.h>
Public Types | |
enum | { copyOptimization = 0 } |
Whether to make local copy of stream for optimization during parsing. More... | |
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 |
By default, for safety, streams do not use local copy optimization. Stream that can be copied fast should specialize this, like StreamTraits<StringStream>.
Enumerator | |
---|---|
copyOptimization |
Definition at line 79 of file stream.h.