#include <CPCSentry.h>
Public Member Functions | |
CPCSentry (CurrentProcessingContext const *&c, CurrentProcessingContext const *value) | |
~CPCSentry () | |
Private Attributes | |
CurrentProcessingContext const ** | referenced_ |
Definition at line 14 of file CPCSentry.h.
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] |
CurrentProcessingContext const** edm::detail::CPCSentry::referenced_ [private] |
Definition at line 27 of file CPCSentry.h.
Referenced by ~CPCSentry().