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
reader.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | BaseReaderHandler< Encoding, Derived > |
| Default implementation of Handler. More... | |
| class | StreamLocalCopy< Stream, 1 > |
| Do copy optimization. More... | |
| class | StreamLocalCopy< Stream, 0 > |
| Keep reference. More... | |
| class | GenericReader< SourceEncoding, TargetEncoding, StackAllocator > |
| SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator. More... | |
Typedefs | |
| typedef GenericReader< UTF8 <>, UTF8<> > | Reader |
| Reader with UTF8 encoding and default allocator. | |
Functions | |
| template<typename InputStream > | |
| void | SkipWhitespace (InputStream &is) |
| Skip the JSON white spaces in a stream. | |
| const char * | SkipWhitespace_SIMD (const char *p) |
| Skip whitespace with SSE 4.2 pcmpistrm instruction, testing 16 8-byte characters at once. | |
| template<> | |
| void | SkipWhitespace (InsituStringStream &is) |
| Template function specialization for InsituStringStream. | |
| template<> | |
| void | SkipWhitespace (StringStream &is) |
| Template function specialization for StringStream. | |
Detailed Description
Definition in file reader.h.
Typedef Documentation
| typedef GenericReader<UTF8<>, UTF8<> > Reader |
Function Documentation
| void SkipWhitespace | ( | InputStream & | is ) |
| void SkipWhitespace | ( | InsituStringStream & | is ) |
| void SkipWhitespace | ( | StringStream & | is ) |
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2