/*______________________________________+ | | | Author: D. Menasce | +______________________________________*/ #ifndef __CUTTREEMACROS__ #define __CUTTREEMACROS__ #include #include #include #include "ANSIColors.h" #define STDLINE(MSG,COLOR) \ { \ std::stringstream msg_ ; \ std::stringstream PFs_ ; \ std::string PF_ = __PRETTY_FUNCTION__ ; \ int PFSize = PF_.size() ; \ int maxL = 90 ; \ if(PFSize > 30) {PFSize = 30 ;} \ for(int i=0; i