The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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 48 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

◆ decrement()

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

Definition at line 50 of file KeyedObjectManager.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 51 of file KeyedObjectManager.cpp.

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

Member Data Documentation

◆ m_min

long Containers::array::decrement::m_min

Definition at line 49 of file KeyedObjectManager.cpp.


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