Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::BasicMemoryBinaryReader< T > Member List

This is the complete list of members for Poco::BasicMemoryBinaryReader< T >, including all inherited members.

_dataPoco::BasicMemoryBinaryReader< T >private
_flipBytesPoco::BinaryReaderprivate
_istrPoco::BasicMemoryBinaryReader< T >private
_pTextConverterPoco::BinaryReaderprivate
available() constPoco::BinaryReaderinline
bad()Poco::BinaryReaderinline
BasicMemoryBinaryReader(const Buffer< T > &data, StreamByteOrder byteOrder=NATIVE_BYTE_ORDER)Poco::BasicMemoryBinaryReader< T >inline
BasicMemoryBinaryReader(const Buffer< T > &data, TextEncoding &encoding, StreamByteOrder byteOrder=NATIVE_BYTE_ORDER)Poco::BasicMemoryBinaryReader< T >inline
BIG_ENDIAN_BYTE_ORDER enum valuePoco::BinaryReader
BinaryReader(std::istream &istr, StreamByteOrder byteOrder=NATIVE_BYTE_ORDER)Poco::BinaryReader
BinaryReader(std::istream &istr, TextEncoding &encoding, StreamByteOrder byteOrder=NATIVE_BYTE_ORDER)Poco::BinaryReader
byteOrder() constPoco::BinaryReaderinline
data() constPoco::BasicMemoryBinaryReader< T >inline
eof()Poco::BinaryReaderinline
fail()Poco::BinaryReaderinline
good()Poco::BinaryReaderinline
LITTLE_ENDIAN_BYTE_ORDER enum valuePoco::BinaryReader
NATIVE_BYTE_ORDER enum valuePoco::BinaryReader
NETWORK_BYTE_ORDER enum valuePoco::BinaryReader
operator>>(bool &value)Poco::BinaryReader
operator>>(char &value)Poco::BinaryReader
operator>>(unsigned char &value)Poco::BinaryReader
operator>>(signed char &value)Poco::BinaryReader
operator>>(short &value)Poco::BinaryReader
operator>>(unsigned short &value)Poco::BinaryReader
operator>>(int &value)Poco::BinaryReader
operator>>(unsigned int &value)Poco::BinaryReader
operator>>(long &value)Poco::BinaryReader
operator>>(unsigned long &value)Poco::BinaryReader
operator>>(float &value)Poco::BinaryReader
operator>>(double &value)Poco::BinaryReader
operator>>(std::string &value)Poco::BinaryReader
operator>>(std::vector< T > &value)Poco::BinaryReaderinline
read7BitEncoded(UInt32 &value)Poco::BinaryReader
readBOM()Poco::BinaryReader
readRaw(std::streamsize length, std::string &value)Poco::BinaryReader
readRaw(char *buffer, std::streamsize length)Poco::BinaryReader
setExceptions(std::ios_base::iostate st=(std::istream::failbit|std::istream::badbit))Poco::BinaryReaderinline
stream() constPoco::BasicMemoryBinaryReader< T >inline
stream()Poco::BasicMemoryBinaryReader< T >inline
StreamByteOrder enum namePoco::BinaryReader
UNSPECIFIED_BYTE_ORDER enum valuePoco::BinaryReader
~BasicMemoryBinaryReader()Poco::BasicMemoryBinaryReader< T >inline
~BinaryReader()Poco::BinaryReader