cloudy
trunk
|
#include <broke.h>
Public Member Functions | |
const char * | chName () const |
void | zero () |
void | comment (t_warnings &) |
Public Member Functions inherited from module | |
module () | |
virtual | ~module () |
Data Fields | |
bool | lgBroke |
bool | lgFixit |
bool | lgPrintFixits |
bool | lgCheckit |
|
inlinevirtual |
|
virtual |
Implements module.
Definition at line 12 of file broke.cpp.
References t_warnings::bangin(), DEBUG_ENTRY, Singleton< t_version >::Inst(), lgBroke, lgCheckit, lgFixit, and t_warnings::warnin().
bool t_broke::lgBroke |
logical flag saying that the code is broken, set by calling broken(); causes a warning to be printed at the end of the calculation. prototype is in cddefines.h
Definition at line 30 of file broke.h.
Referenced by broken(), comment(), and InitCoreload().
bool t_broke::lgCheckit |
says that new code is in place that needs to be checked
Definition at line 37 of file broke.h.
Referenced by CodeReview(), comment(), and InitCoreload().
bool t_broke::lgFixit |
flag set with call to fixit, says that code needs attention, but not broken. only causes a caution.
Definition at line 33 of file broke.h.
Referenced by comment(), fixit_base(), and InitCoreload().
bool t_broke::lgPrintFixits |
Definition at line 34 of file broke.h.
Referenced by cdSurprises(), InitCoreload(), and ParsePrint().