#include <istream>
#include <cstring>
#include <byteswap.h>
#include <bit/bstream.h>
Go to the source code of this file.
Namespaces | |
namespace | bit |
Classes | |
class | bit::ibstream |
Manage an input stream with facilities for bitwise extraction. More... | |
Functions | |
ibstream & | bit::operator>> (ibstream &s, const bits &b) |
ibstream & | bit::operator>> (ibstream &s, const octets &o) |
ibstream & | bit::operator>> (ibstream &s, const whole &w) |
template<typename T> | |
ibstream & | bit::operator>> (ibstream &s, T &t) |