DOut Class Reference

#include <Debug.h>

List of all members.

Public Member Functions

DOutoperator<< (double d)
DOutoperator<< (int i)
DOutoperator<< (unsigned int u)
DOutoperator<< (bool b)
DOutoperator<< (const char *c)
DOutoperator<< (const std::string &s)
DOutoperator<< (const Vector3d &v)
DOutoperator<< (const Matrix3d &m)
DOutoperator<< (const ErrorDescription &e)
void print (const char *s)

Static Public Member Functions

static DOutgetDebugObject ()

Private Attributes

char conversionBuffer [200]


Detailed Description

Definition at line 11 of file Debug.h.


Member Function Documentation

static DOut& DOut::getDebugObject (  )  [inline, static]

Definition at line 65 of file Debug.h.

DOut & DOut::operator<< ( const ErrorDescription e  ) 

Definition at line 25 of file Debug.cpp.

DOut & DOut::operator<< ( const Matrix3d m  ) 

Definition at line 17 of file Debug.cpp.

References Matrix3d::col, and Vector3d::v.

DOut & DOut::operator<< ( const Vector3d v  ) 

Definition at line 11 of file Debug.cpp.

References Vector3d::v.

DOut& DOut::operator<< ( const std::string &  s  )  [inline]

Definition at line 52 of file Debug.h.

References print().

DOut& DOut::operator<< ( const char *  c  )  [inline]

Definition at line 46 of file Debug.h.

References print().

DOut& DOut::operator<< ( bool  b  )  [inline]

Definition at line 38 of file Debug.h.

References print().

DOut& DOut::operator<< ( unsigned int  u  )  [inline]

Definition at line 31 of file Debug.h.

References conversionBuffer, and print().

DOut& DOut::operator<< ( int  i  )  [inline]

Definition at line 24 of file Debug.h.

References conversionBuffer, and print().

DOut& DOut::operator<< ( double  d  )  [inline]

Definition at line 17 of file Debug.h.

References conversionBuffer, and print().

void DOut::print ( const char *  s  ) 

Definition at line 6 of file Debug.cpp.

References printString().

Referenced by operator<<().


Member Data Documentation

char DOut::conversionBuffer[200] [private]

Definition at line 14 of file Debug.h.

Referenced by operator<<().


The documentation for this class was generated from the following files:
Generated on Thu Dec 7 01:30:06 2006 for DT2005.panorama by  doxygen 1.4.7