Public Member Functions | |
HLTConfigCounterSentry () | |
HLTConfigCounterSentry (HLTConfigCounterSentry const &) | |
HLTConfigCounterSentry (HLTConfigCounterSentry &&) | |
~HLTConfigCounterSentry () |
Definition at line 37 of file HLTConfigProvider.h.
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(); }