OverSim
ClearFlagOnExit Struct Reference

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.

: _flag(flag) {}
ClearFlagOnExit::~ClearFlagOnExit ( )
inline

Definition at line 162 of file XmlRpcClient.cc.

{ _flag = false; }

Member Data Documentation

bool& ClearFlagOnExit::_flag

Definition at line 163 of file XmlRpcClient.cc.


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