Go to the documentation of this file.
9 #ifndef SINGLEDISH_FILLER_FILLERUTIL_H_
10 #define SINGLEDISH_FILLER_FILLERUTIL_H_
13 #ifdef SINGLEDISHMSFILLER_DEBUG
14 #define POST_START std::cout << "Start " << __PRETTY_FUNCTION__ << std::endl
15 #define POST_END std::cout << "End " << __PRETTY_FUNCTION__ << std::endl