28 #if !defined(MYSQLPP_AUTOFLAG_H) 
   29 #define MYSQLPP_AUTOFLAG_H 
   37 template <
class T = 
bool>
 
   60 #endif // !defined(MYSQLPP_AUTOFLAG_H) 
A template for setting a flag on a variable as long as the object that set it is in scope...
Definition: autoflag.h:38
~AutoFlag()
Destructor: sets referent passed to ctor to false. 
Definition: autoflag.h:49
AutoFlag(T &ref)
Constructor: sets ref to true. 
Definition: autoflag.h:42