BOSS 8.0.0
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 54 of file XmlRpcClient.cpp.

Constructor & Destructor Documentation

◆ ClearFlagOnExit()

ClearFlagOnExit::ClearFlagOnExit ( bool & flag)
inline

Definition at line 55 of file XmlRpcClient.cpp.

55: _flag( flag ) {}

◆ ~ClearFlagOnExit()

ClearFlagOnExit::~ClearFlagOnExit ( )
inline

Definition at line 56 of file XmlRpcClient.cpp.

56{ _flag = false; }

Member Data Documentation

◆ _flag

bool& ClearFlagOnExit::_flag

Definition at line 57 of file XmlRpcClient.cpp.

Referenced by ClearFlagOnExit(), and ~ClearFlagOnExit().


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