ATLAS Offline Software
Classes | Namespaces
BitPacker.h File Reference

Helper to pack a set of values bitwise into a stream. More...

#include <stdint.h>
#include <cassert>
#include "CxxUtils/BitPacker.icc"
Include dependency graph for BitPacker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CxxUtils::BitPacker< STREAM >
 Pack a set of values bitwise into a stream. More...
 
class  CxxUtils::BitPacker8< STREAM >
 Pack a set of values bitwise into a stream. More...
 
class  CxxUtils::BitPacker16< STREAM >
 Pack a set of values bitwise into a stream. More...
 

Namespaces

 CxxUtils
 

Detailed Description

Helper to pack a set of values bitwise into a stream.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Nov, 2014

Definition in file BitPacker.h.