|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Public Member Functions | |
| decrement (long m) | |
| bool | operator() (long &j) const |
Public Attributes | |
| long | m_min |
Definition at line 38 of file KeyedObjectManager.cpp.
| Containers::array::decrement::decrement | ( | long | m ) | [inline] |
Definition at line 40 of file KeyedObjectManager.cpp.
| bool Containers::array::decrement::operator() | ( | long & | j ) | const [inline] |
Definition at line 41 of file KeyedObjectManager.cpp.
{
if ( j > m_min ) --j;
return true;
}
Definition at line 39 of file KeyedObjectManager.cpp.