rcolyer.net
RC Lib  Version 202403231100
Classes | Namespaces | Functions
Bitfield.h File Reference

Provides a one-dimensional vector-like structure of packed bits. More...

#include "Data1D.h"
#include "Errors.h"
#include <iostream>

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...
 

Detailed Description

Provides a one-dimensional vector-like structure of packed bits.

email address
— (c) 2015