Provides a one-dimensional vector-like structure of packed bits. More...
Go to the source code of this file.
Classes | |
class | RC::Bitfield |
A bounds-safe one-dimensional vector-like structure of efficiently packed bits. More... | |
class | RC::Bitfield::BitfieldBool |
A temporary return-type that serves as an interface to specific bit values. More... | |
class | RC::Bitfield::BitfieldBoolConst |
A temporary return-type that serves as a const interface to specific bit values. More... | |
Namespaces | |
RC | |
Functions | |
std::ostream & | RC::operator<< (std::ostream &out, const Bitfield &b) |
Outputs data to a stream as a character series of '1's and '0's. More... | |
Provides a one-dimensional vector-like structure of packed bits.