CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::detail::CPCSentry Class Reference

#include <CPCSentry.h>

List of all members.

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.

                                                       :
        referenced_(&c)
      {
        c = value;      
      }
edm::detail::CPCSentry::~CPCSentry ( ) [inline]

Definition at line 24 of file CPCSentry.h.

References referenced_.

{ *referenced_ = 0; }

Member Data Documentation

Definition at line 27 of file CPCSentry.h.

Referenced by ~CPCSentry().