The Gaudi Framework  v29r0 (ff2e7097)
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 42 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

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

Definition at line 44 of file KeyedObjectManager.cpp.

44 : m_min( m ) {}
constexpr double m
Definition: SystemOfUnits.h:94

Member Function Documentation

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

Definition at line 45 of file KeyedObjectManager.cpp.

46  {
47  if ( j > m_min ) --j;
48  return true;
49  }

Member Data Documentation

long Containers::array::decrement::m_min

Definition at line 43 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file: