|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
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.
00041 { 00042 if ( j > m_min ) --j; 00043 return true; 00044 }
Definition at line 39 of file KeyedObjectManager.cpp.