vpr::DebugColorGuard Struct Reference

Helper class. More...

#include <vpr/Util/Debug.h>

List of all members.

Public Member Functions

 DebugColorGuard (std::string color_val)
 ~DebugColorGuard ()


Detailed Description

Helper class.

Definition at line 410 of file Debug.h.


Constructor & Destructor Documentation

vpr::DebugColorGuard::DebugColorGuard ( std::string  color_val  )  [inline]

Definition at line 412 of file Debug.h.

References vprDEBUG_PushTSColor.

00413       {
00414          vprDEBUG_PushTSColor(color_val);
00415       }

vpr::DebugColorGuard::~DebugColorGuard (  )  [inline]

Definition at line 417 of file Debug.h.

References vprDEBUG_PopTSColor.

00418       {
00419          vprDEBUG_PopTSColor();
00420       }


The documentation for this struct was generated from the following file:
Generated on Thu Jan 4 10:56:03 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1