BWAPI
Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Nef_2/debug.h File Reference
#include <iostream>
Include dependency graph for debug.h:

Go to the source code of this file.

Defines

#define CGAL_NEF_DEBUG   1
#define CGAL_NEF_SETDTHREAD(l)   debugthread=l
#define CGAL_NEF_TRACE(t)
#define CGAL_NEF_TRACEV(t)
#define CGAL_NEF_TRACEN(t)
#define CGAL_NEF_CTRACE(b, t)   if(b) std::cerr<<" "<<t; else std::cerr<<" 0"
#define CGAL_NEF_CTRACEN(b, t)   if(b) std::cerr<<" "<<t<<"\n"; else std::cerr<<" 0\n"

Define Documentation

#define CGAL_NEF_CTRACE (   b,
 
)    if(b) std::cerr<<" "<<t; else std::cerr<<" 0"
#define CGAL_NEF_CTRACEN (   b,
 
)    if(b) std::cerr<<" "<<t<<"\n"; else std::cerr<<" 0\n"
#define CGAL_NEF_DEBUG   1
#define CGAL_NEF_SETDTHREAD (   l)    debugthread=l
#define CGAL_NEF_TRACE (   t)
Value:
if((debugthread%CGAL_NEF_DEBUG)==0) \
 std::cerr<<" "<<t; \
 std::cerr.flush()
#define CGAL_NEF_TRACEN (   t)
Value:
if((debugthread%CGAL_NEF_DEBUG)==0) \
 std::cerr<< " "<<t<<std::endl; \
 std::cerr.flush()
#define CGAL_NEF_TRACEV (   t)
Value:
if((debugthread%CGAL_NEF_DEBUG)==0) \
 std::cerr<<" "<<#t<<" = "<<(t)<<std::endl; \
 std::cerr.flush()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines