#include <Debug.h>
Public Methods | |
| DebugColorGuard (std::string color_val) | |
| ~DebugColorGuard () | |
|
|
Definition at line 348 of file Debug.h. References vprDEBUG_PushTSColor.
00349 {
00350 vprDEBUG_PushTSColor(color_val);
00351 }
|
|
|
Definition at line 353 of file Debug.h. References vprDEBUG_PopTSColor.
00354 {
00355 vprDEBUG_PopTSColor();
00356 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002