cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
t_broke Struct Reference

#include <broke.h>

Inheritance diagram for t_broke:
Inheritance graph
[legend]
Collaboration diagram for t_broke:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 20 of file broke.h.

Member Function Documentation

const char* t_broke::chName ( ) const
inlinevirtual

Implements module.

Definition at line 21 of file broke.h.

void t_broke::comment ( t_warnings w)
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().

Here is the call graph for this function:

void t_broke::zero ( void  )
inlinevirtual

Implements module.

Definition at line 25 of file broke.h.

Field Documentation

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().


The documentation for this struct was generated from the following files: