Go to the documentation of this file. 25 #elif defined(HAVE_IOSTREAM_H) 31 #define DEBINCLEVEL(stream, msg) \ 32 (std::stream << deb_level_msg << "entering << " << msg << " >>" << std::endl, deb_inc_level()) 33 #define DEBDECLEVEL(stream, msg) \ 34 (deb_dec_level(), std::stream << deb_level_msg << "leaving << " << msg << " >>" << std::endl) 35 #define DEBOUTSL(stream) \ 36 (std::stream << deb_level_msg, std::stream.flush()) 37 #define DEBOUT(stream, objects) \ 38 (std::stream << objects, std::stream.flush()) 39 #define DEBOUTENDL(stream) \ 40 (std::stream << std::endl) 41 #define DEBOUTLN(stream, objects) \ 42 (std::stream << deb_level_msg << objects << std::endl) 44 #define DEBINCLEVEL(stream, msg) 45 #define DEBDECLEVEL(stream, msg) 46 #define DEBOUTSL(stream) 47 #define DEBOUT(stream, objects) 48 #define DEBOUTENDL(stream) 49 #define DEBOUTLN(stream, objects)