CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::GlobalSchedule::SendTerminationSignalIfException Class Reference

Public Member Functions

void completedSuccessfully ()
 
 SendTerminationSignalIfException (edm::ActivityRegistry *iReg, edm::GlobalContext const *iContext)
 
 ~SendTerminationSignalIfException ()
 

Private Attributes

GlobalContext const * context_
 
edm::ActivityRegistryreg_
 

Detailed Description

Definition at line 138 of file GlobalSchedule.h.

Constructor & Destructor Documentation

◆ SendTerminationSignalIfException()

edm::GlobalSchedule::SendTerminationSignalIfException::SendTerminationSignalIfException ( edm::ActivityRegistry iReg,
edm::GlobalContext const *  iContext 
)
inline

Definition at line 140 of file GlobalSchedule.h.

◆ ~SendTerminationSignalIfException()

edm::GlobalSchedule::SendTerminationSignalIfException::~SendTerminationSignalIfException ( )
inline

Member Function Documentation

◆ completedSuccessfully()

void edm::GlobalSchedule::SendTerminationSignalIfException::completedSuccessfully ( )
inline

Definition at line 147 of file GlobalSchedule.h.

References reg_.

147 { reg_ = nullptr; }

Member Data Documentation

◆ context_

GlobalContext const* edm::GlobalSchedule::SendTerminationSignalIfException::context_
private

Definition at line 151 of file GlobalSchedule.h.

Referenced by ~SendTerminationSignalIfException().

◆ reg_

edm::ActivityRegistry* edm::GlobalSchedule::SendTerminationSignalIfException::reg_
private

Definition at line 150 of file GlobalSchedule.h.

Referenced by completedSuccessfully(), and ~SendTerminationSignalIfException().