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 57 of file Toolbox.hh.


Constructor & Destructor Documentation

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

Definition at line 60 of file Toolbox.hh.

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


Member Data Documentation

unsigned long int BinOut::_Num

Definition at line 58 of file Toolbox.hh.

Referenced by operator<<().

unsigned int BinOut::_Digits

Definition at line 59 of file Toolbox.hh.

Referenced by operator<<().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 7 13:17:58 2013 for MicromegasFramework by  doxygen 1.4.7