List of all members | Public Member Functions | Private Attributes
IndentOut Class Reference

Public Member Functions

ostream & GetOs ()
 
 IndentOut (ostream &os=cout, const int ind=0)
 
int operator++ (const int)
 
int operator+= (const int i)
 
int operator-- (const int)
 
int operator-= (const int i)
 
template<typename T >
ostream & operator<< (const T &t)
 
void OutputBinary (const int value, const int bits=8) const
 
void SetIndent (const int ind)
 

Private Attributes

int fIndent
 
ostream & fOs
 

Detailed Description

Definition at line 40 of file SdInspector.cc.

Constructor & Destructor Documentation

IndentOut::IndentOut ( ostream &  os = cout,
const int  ind = 0 
)
inline

Definition at line 45 of file SdInspector.cc.

Member Function Documentation

ostream& IndentOut::GetOs ( )
inline

Definition at line 48 of file SdInspector.cc.

Referenced by SdInspectorOG::SdInspector::Run().

int IndentOut::operator++ ( const int  )
inline

Definition at line 59 of file SdInspector.cc.

int IndentOut::operator+= ( const int  i)
inline

Definition at line 63 of file SdInspector.cc.

int IndentOut::operator-- ( const int  )
inline

Definition at line 61 of file SdInspector.cc.

int IndentOut::operator-= ( const int  i)
inline

Definition at line 65 of file SdInspector.cc.

template<typename T >
ostream& IndentOut::operator<< ( const T &  t)
inline

Definition at line 56 of file SdInspector.cc.

void IndentOut::OutputBinary ( const int  value,
const int  bits = 8 
) const
inline

Definition at line 50 of file SdInspector.cc.

Referenced by SdInspectorOG::SdInspector::Run().

void IndentOut::SetIndent ( const int  ind)
inline

Definition at line 53 of file SdInspector.cc.

Member Data Documentation

int IndentOut::fIndent
private

Definition at line 43 of file SdInspector.cc.

ostream& IndentOut::fOs
private

Definition at line 42 of file SdInspector.cc.


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.