CVC3::ScopeWatcher Class Reference

A class which sets a boolean value to true when created, and resets to false when deleted. More...

#include <cvc_util.h>

List of all members.

Public Member Functions

Private Attributes


Detailed Description

A class which sets a boolean value to true when created, and resets to false when deleted.

Useful for tracking when the control is within a certain method or not. For example, TheoryCore::addFact() uses d_inAddFact to check that certain other methods are only called from within addFact(). However, when an exception is thrown, this variable is not reset. The watcher class will reset the variable even in those cases.

Definition at line 108 of file cvc_util.h.


Constructor & Destructor Documentation

CVC3::ScopeWatcher::ScopeWatcher ( bool *  flag  )  [inline]

Definition at line 112 of file cvc_util.h.

References d_flag.

CVC3::ScopeWatcher::~ScopeWatcher (  )  [inline]

Definition at line 113 of file cvc_util.h.

References d_flag.


Member Data Documentation

bool* CVC3::ScopeWatcher::d_flag [private]

Definition at line 110 of file cvc_util.h.

Referenced by ScopeWatcher(), and ~ScopeWatcher().


The documentation for this class was generated from the following file:

Generated on Thu Oct 15 22:18:13 2009 for CVC3 by  doxygen 1.5.8