The Gaudi Framework  master (37c0b60a)
Containers::array::decrement Struct Reference

Public Member Functions

 decrement (long m)
 
bool operator() (long &j) const
 

Public Attributes

long m_min
 

Detailed Description

Definition at line 49 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

◆ decrement()

Containers::array::decrement::decrement ( long  m)
inline

Definition at line 51 of file KeyedObjectManager.cpp.

51 : m_min( m ) {}

Member Function Documentation

◆ operator()()

bool Containers::array::decrement::operator() ( long &  j) const
inline

Definition at line 52 of file KeyedObjectManager.cpp.

52  {
53  if ( j > m_min ) --j;
54  return true;
55  }

Member Data Documentation

◆ m_min

long Containers::array::decrement::m_min

Definition at line 50 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file:
Containers::array::decrement::m_min
long m_min
Definition: KeyedObjectManager.cpp:50
Gaudi::Units::m
constexpr double m
Definition: SystemOfUnits.h:108
ProduceConsume.j
j
Definition: ProduceConsume.py:104