Suppressor Class Reference
[Scene]

Utility for suppressing exceptions of other nodes. More...

#include <Suppressor.hpp>

List of all members.

Public Member Functions

 Suppressor ()
void add (Suppressable *item)
int check ()
bool isEnabled () const
void print (const Tag &tag)
void setEnabled (bool enabled)
void start ()

Private Attributes

bool enabled
int tally
list< Suppressable * > items

Detailed Description

Utility for suppressing exceptions of other nodes.


Constructor & Destructor Documentation

Suppressor (  ) 

Defaults enabled to true and tally to 0.


Member Function Documentation

void add ( Suppressable item  ) 

Adds item to the items that may be suppressed.

int check (  ) 
Returns:
Number of items that were suppressed.
void print ( const Tag tag  ) 

Prints a message to the log as if it were at the location of tag.

void start (  ) 

Sets suppression of each item.


The documentation for this class was generated from the following files:
Generated on Wed Jun 9 01:36:37 2010 for Gander by  doxygen 1.6.3