ClearFlagOnExit Struct Reference

List of all members.

Public Member Functions

 ClearFlagOnExit (bool &flag)
 ~ClearFlagOnExit ()

Public Attributes

bool & _flag

Detailed Description

Definition at line 160 of file XmlRpcClient.cc.


Constructor & Destructor Documentation

ClearFlagOnExit::ClearFlagOnExit ( bool &  flag  )  [inline]

Definition at line 161 of file XmlRpcClient.cc.

00161 : _flag(flag) {}

ClearFlagOnExit::~ClearFlagOnExit (  )  [inline]

Definition at line 162 of file XmlRpcClient.cc.

00162 { _flag = false; }


Member Data Documentation

Definition at line 163 of file XmlRpcClient.cc.


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:16 2010 for OverSim by  doxygen 1.6.3