Overview | All Modules | Tutorial | User's Guide | Programming Guide
Previous

COVISE Online Documentation

Next

Macros
vruiLog.h File Reference
#include <iostream>

Macros

#define VRUILOG(x)
 

Macro Definition Documentation

◆ VRUILOG

#define VRUILOG (   x)
Value:
{ \
if (std::cerr.bad()) \
std::cerr.clear(); \
std::cerr << x << std::endl; \
}
PreviousNext

Authors: Martin Aumüller, Ruth Lang, Daniela Rainer, Jürgen Schulze-Döbold, Andreas Werner, Peter Wolf, Uwe Wössner
Copyright © 1993-2009 HLRS, 2004-2009 RRZK, 2005-2009 Visenso
COVISE Version 6.5 Academic