AutoFlag< T > Class Template Reference

A template for setting a flag on a variable as long as the object that set it is in scope. Flag resets when object goes out of scope. Works on anything that looks like bool. More...

#include <autoflag.h>

Collaboration diagram for AutoFlag< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AutoFlag (T &ref)
 Constructor: sets ref to true.
 ~AutoFlag ()
 Destructor: sets referent passed to ctor to false.

Detailed Description

template<class T = bool>
class AutoFlag< T >

A template for setting a flag on a variable as long as the object that set it is in scope. Flag resets when object goes out of scope. Works on anything that looks like bool.


The documentation for this class was generated from the following file:
Generated on Thu Jun 3 11:59:12 2010 for MySQL++ by  doxygen 1.4.7