|
||||
File indexing completed on 2024-04-06 12:23:22
0001 #if !defined(DoutH) 0002 #define DoutH 0003 0004 #if !defined(_DEBUG_QUIET) 0005 #define dout cout << __FILE__ << "(" << __LINE__ << ") " 0006 #else 0007 #define dout \ 0008 if (0) \ 0009 cout 0010 #endif 0011 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |