BinOut Struct Reference

#include <Toolbox.hh>

Collaboration diagram for BinOut:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BinOut (const unsigned long int num, const unsigned int digits=32)

Public Attributes

unsigned long int _Num
unsigned int _Digits

Detailed Description

Definition at line 50 of file Toolbox.hh.


Constructor & Destructor Documentation

BinOut::BinOut ( const unsigned long int  num,
const unsigned int  digits = 32 
) [inline]

Definition at line 53 of file Toolbox.hh.

00053 : _Num(num), _Digits(digits) { };


Member Data Documentation

unsigned long int BinOut::_Num

Definition at line 51 of file Toolbox.hh.

Referenced by operator<<().

unsigned int BinOut::_Digits

Definition at line 52 of file Toolbox.hh.

Referenced by operator<<().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 11 16:58:06 2012 for MicromegasFramework by  doxygen 1.4.7