Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
StreamTraits< Stream > Struct Template Reference
Provides additional information for stream. More...
#include <stream.h>
Public Types | |
| enum | |
Whether to make local copy of stream for optimization during parsing. More... | |
Detailed Description
template<typename Stream>
struct StreamTraits< Stream >
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.
Definition at line 73 of file stream.h.
Member Enumeration Documentation
Generated on Tue Jul 12 2022 12:06:51 by
1.7.2