comparator helper class More...
Public Member Functions | |
comp (const CMP c) | |
bool | operator() (const typename mapType::value_type &p, ID id) |
bool | operator() (ID id, const typename mapType::value_type &p) |
Private Attributes | |
CMP | cmp |
comparator helper class
Definition at line 57 of file RangeMap.h.
edm::RangeMap< ID, C, P >::comp< CMP >::comp | ( | const CMP | c | ) | [inline] |
Definition at line 58 of file RangeMap.h.
bool edm::RangeMap< ID, C, P >::comp< CMP >::operator() | ( | ID | id, |
const typename mapType::value_type & | p | ||
) | [inline] |
Definition at line 59 of file RangeMap.h.
References edm::RangeMap< ID, C, P >::comp< CMP >::cmp.
bool edm::RangeMap< ID, C, P >::comp< CMP >::operator() | ( | const typename mapType::value_type & | p, |
ID | id | ||
) | [inline] |
Definition at line 62 of file RangeMap.h.
References edm::RangeMap< ID, C, P >::comp< CMP >::cmp.
CMP edm::RangeMap< ID, C, P >::comp< CMP >::cmp [private] |
Definition at line 66 of file RangeMap.h.
Referenced by edm::RangeMap< ID, C, P >::comp< CMP >::operator()().