framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups | Functions
bit_field.hpp File Reference

Bit field container. More...

#include <framework/serializable/base_types.hpp>
#include <framework/serializable/streams/bit_stream.hpp>

Go to the source code of this file.

Classes

struct  framework::serializable::bit_field< Block, Specification >
 Bit field container. More...
 

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Functions

template<typename Input , typename Output , typename Block , typename... Specification>
bool framework::serializable::read_dispatch (bit_field< Block, Specification...> *, Input &in, Output &out)
 Read overload. More...
 
template<typename Input , typename Output , typename Block , typename... Specification>
bool framework::serializable::write_dispatch (bit_field< Block, Specification...> *, Input const &in, Output &out)
 Write overload. More...
 

Detailed Description

Bit field container.