Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::DebugColorGuard Struct Reference

#include <Debug.h>

List of all members.

Public Methods

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


Constructor & Destructor Documentation

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

Definition at line 348 of file Debug.h.

References vprDEBUG_PushTSColor.

00349       {
00350          vprDEBUG_PushTSColor(color_val);
00351       }

vpr::DebugColorGuard::~DebugColorGuard   [inline]
 

Definition at line 353 of file Debug.h.

References vprDEBUG_PopTSColor.

00354       {
00355          vprDEBUG_PopTSColor();
00356       }


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:47:15 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002