CMS 3D CMS Logo

Public Member Functions

HLTConfigProvider::HLTConfigCounterSentry Struct Reference

List of all members.

Public Member Functions

 HLTConfigCounterSentry ()
 HLTConfigCounterSentry (HLTConfigCounterSentry const &)
 HLTConfigCounterSentry (HLTConfigCounterSentry &&)
 ~HLTConfigCounterSentry ()

Detailed Description

Definition at line 37 of file HLTConfigProvider.h.


Constructor & Destructor Documentation

HLTConfigProvider::HLTConfigCounterSentry::HLTConfigCounterSentry ( )

Definition at line 51 of file HLTConfigProvider.cc.

References instance.

                                                                {
  HLTConfigDataRegistry::instance()->extra().increment();
}
HLTConfigProvider::HLTConfigCounterSentry::HLTConfigCounterSentry ( HLTConfigCounterSentry const &  )

Definition at line 55 of file HLTConfigProvider.cc.

References instance.

                                                                                             {
  HLTConfigDataRegistry::instance()->extra().increment();
}
HLTConfigProvider::HLTConfigCounterSentry::HLTConfigCounterSentry ( HLTConfigCounterSentry &&  )

Definition at line 59 of file HLTConfigProvider.cc.

References instance.

                                                                                         {
  HLTConfigDataRegistry::instance()->extra().increment();
}
HLTConfigProvider::HLTConfigCounterSentry::~HLTConfigCounterSentry ( )

Definition at line 63 of file HLTConfigProvider.cc.

References instance.

                                                                 {
  HLTConfigDataRegistry::instance()->extra().decrement();
}