Libbarrett  1.2.4
include/barrett/detail/debug.h
Go to the documentation of this file.
00001 
00034 #ifndef BARRETT_DETAIL_DEBUG_H_
00035 #define BARRETT_DETAIL_DEBUG_H_
00036 
00037 
00038 #include <iostream>
00039 
00040 #define DEBUG_MARK  \
00041                 std::cerr << "DEBUG:" __FILE__ ":" << __LINE__ << std::endl
00042 
00043 
00044 #endif /* BARRETT_DETAIL_DEBUG_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines