14 void checkpoint(
const char* msg,
unsigned short minlvl = 11 );
33 #define DECLARE_CHECKPOINT Core::Checkpoint checkpoint( __FILE__ ) 35 #define UPDATE_CHECKPOINT() checkpoint.setvalue( __LINE__ ) 37 #define CLEAR_CHECKPOINT() checkpoint.clear() Checkpoint & operator=(const Checkpoint &)=delete
void checkpoint(const char *msg, unsigned short minlvl)
void setvalue(unsigned line)
Checkpoint(const char *file)