Specialized for UTF8 MemoryStream.
More...
#include <encodedstream.h>
Specialized for UTF8 MemoryStream.
Definition at line 68 of file encodedstream.h.
◆ Ch
◆ EncodedInputStream()
Definition at line 72 of file encodedstream.h.
73 if (
static_cast<unsigned char>(
is_.Peek()) == 0xEFu)
is_.Take();
74 if (
static_cast<unsigned char>(
is_.Peek()) == 0xBBu)
is_.Take();
75 if (
static_cast<unsigned char>(
is_.Peek()) == 0xBFu)
is_.Take();
76 }
◆ Flush()
◆ Peek()
◆ Put()
◆ PutBegin()
◆ PutEnd()
◆ Take()
◆ Tell()
◆ is_
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/include/rapidjson/encodedstream.h