CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
ClearFlagOnExit Struct Reference

Public Member Functions

 ClearFlagOnExit (bool &flag)
 
 ~ClearFlagOnExit ()
 

Public Attributes

bool_flag
 

Detailed Description

Definition at line 66 of file XmlRpcClient.cpp.

Constructor & Destructor Documentation

◆ ClearFlagOnExit()

ClearFlagOnExit::ClearFlagOnExit ( bool flag)
inline

Definition at line 67 of file XmlRpcClient.cpp.

67: _flag(flag) {}

◆ ~ClearFlagOnExit()

ClearFlagOnExit::~ClearFlagOnExit ( )
inline

Definition at line 68 of file XmlRpcClient.cpp.

68{ _flag = false; }

Member Data Documentation

◆ _flag

bool& ClearFlagOnExit::_flag

Definition at line 69 of file XmlRpcClient.cpp.


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