Honeycomb  0.1
Component-Model Framework
honey::ByteStream Member List

This is the complete list of members for honey::ByteStream, including all inherited members.

ByteStream(std::streambuf *sb)honey::ByteStreaminlineexplicit
ByteStream(ByteStream &&rhs)honey::ByteStreaminline
flush()honey::ByteStreaminline
get()honey::ByteStreaminline
get(byte &c)honey::ByteStreaminline
get(byte *s, std::streamsize n)honey::ByteStreaminline
get(byte *s, std::streamsize n, byte delim)honey::ByteStreaminline
get(std::streambuf &sb)honey::ByteStreaminline
get(std::streambuf &sb, byte delim)honey::ByteStreaminline
getline(byte *s, std::streamsize n)honey::ByteStreaminline
getline(byte *s, std::streamsize n, byte delim)honey::ByteStreaminline
ignore(std::streamsize count=1, int_type delim=traits_type::eof())honey::ByteStreaminline
operator=(ByteStream &&rhs)honey::ByteStreaminline
put(byte c)honey::ByteStreaminline
putback(byte c)honey::ByteStreaminline
read(byte *s, std::streamsize n)honey::ByteStreaminline
readsome(byte *s, std::streamsize n)honey::ByteStreaminline
seekg(pos_type pos)honey::ByteStreaminline
seekg(off_type off, ios_base::seekdir dir)honey::ByteStreaminline
seekp(pos_type pos)honey::ByteStreaminline
seekp(off_type off, ios_base::seekdir dir)honey::ByteStreaminline
Super typedefhoney::ByteStream
unget()honey::ByteStreaminline
write(const byte *s, std::streamsize n)honey::ByteStreaminline