|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Public Member Functions | |
| find (const void *o) | |
| bool | operator() (const void *cmp) const |
| bool | operator() (const v_type &cmp) const |
Private Types | |
| typedef CONT::value_type | v_type |
Private Attributes | |
| const void * | m_obj |
Definition at line 54 of file KeyedObjectManager.cpp.
typedef CONT::value_type Containers::find< CONT >::v_type [private] |
Definition at line 56 of file KeyedObjectManager.cpp.
| Containers::find< CONT >::find | ( | const void * | o ) | [inline] |
Definition at line 58 of file KeyedObjectManager.cpp.
| bool Containers::find< CONT >::operator() | ( | const void * | cmp ) | const [inline] |
Definition at line 59 of file KeyedObjectManager.cpp.
{
return cmp == m_obj;
}
| bool Containers::find< CONT >::operator() | ( | const v_type & | cmp ) | const [inline] |
Definition at line 62 of file KeyedObjectManager.cpp.
{
return (*this)(cmp.second);
}
const void* Containers::find< CONT >::m_obj [private] |
Definition at line 55 of file KeyedObjectManager.cpp.