![]() |
|
|
Generated: 18 Jul 2008 |
Definition at line 38 of file KeyedObjectManager.cpp.
Public Member Functions | |
| decrement (long m) | |
| bool | operator() (long &j) const |
Public Attributes | |
| long | m_min |
| Containers::array::decrement::decrement | ( | long | m | ) | [inline] |
| bool Containers::array::decrement::operator() | ( | long & | j | ) | const [inline] |
Definition at line 41 of file KeyedObjectManager.cpp.
References m_min.
00041 { 00042 if ( j > m_min ) --j; 00043 return true; 00044 }