CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::detail::CPCSentry Class Reference

#include <CPCSentry.h>

Public Member Functions

 CPCSentry (CurrentProcessingContext const *&c, CurrentProcessingContext const *value)
 
 ~CPCSentry ()
 

Private Attributes

CurrentProcessingContext const ** referenced_
 

Detailed Description

Definition at line 14 of file CPCSentry.h.

Constructor & Destructor Documentation

edm::detail::CPCSentry::CPCSentry ( CurrentProcessingContext const *&  c,
CurrentProcessingContext const *  value 
)
inline

Definition at line 17 of file CPCSentry.h.

References relativeConstraints::value.

18  :
19  referenced_(&c)
20  {
21  c = value;
22  }
CurrentProcessingContext const ** referenced_
Definition: CPCSentry.h:27
edm::detail::CPCSentry::~CPCSentry ( )
inline

Definition at line 24 of file CPCSentry.h.

References referenced_.

24 { *referenced_ = 0; }
CurrentProcessingContext const ** referenced_
Definition: CPCSentry.h:27

Member Data Documentation

CurrentProcessingContext const** edm::detail::CPCSentry::referenced_
private

Definition at line 27 of file CPCSentry.h.

Referenced by ~CPCSentry().