QuantumLibrary
Bloomberg::quantum::ITerminate::Guard Class Reference

#include <quantum_iterminate.h>

Public Member Functions

 Guard (ITerminate &object)
 Constructor. More...
 
 ~Guard ()
 Destructor. Calls the terminate() method of the underlying object. More...
 

Constructor & Destructor Documentation

◆ Guard()

ITerminate::Guard::Guard ( ITerminate object)
inlineexplicit

Constructor.

Parameters
[in]objectAn ITerminate interface

◆ ~Guard()

ITerminate::Guard::~Guard ( )
inline

Destructor. Calls the terminate() method of the underlying object.