Input byte stream wrapper with a statically bound encoding.
More...
#include <encodedstream.h>
template<typename Encoding, typename InputByteStream>
class EncodedInputStream< Encoding, InputByteStream >
Input byte stream wrapper with a statically bound encoding.
- Template Parameters
-
Definition at line 39 of file encodedstream.h.
◆ Ch
template<typename Encoding, typename InputByteStream>
◆ EncodedInputStream()
template<typename Encoding, typename InputByteStream>
◆ Flush()
template<typename Encoding, typename InputByteStream>
◆ Peek()
template<typename Encoding, typename InputByteStream>
◆ Put()
template<typename Encoding, typename InputByteStream>
◆ PutBegin()
template<typename Encoding, typename InputByteStream>
◆ PutEnd()
template<typename Encoding, typename InputByteStream>
◆ Take()
template<typename Encoding, typename InputByteStream>
Definition at line 49 of file encodedstream.h.
49 {
Ch c = current_; current_ = Encoding::Take(is_);
return c; }
◆ Tell()
template<typename Encoding, typename InputByteStream>
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/include/rapidjson/encodedstream.h