ATLAS Offline Software
|
#include <combined_ordered_container.h>
Public Types | |
typedef Cont::value_type | value_type |
typedef combined_ordered_iterator< typename Cont::const_iterator, CMP > | iterator |
typedef combined_ordered_iterator< typename Cont::const_iterator, CMP > | const_iterator |
Public Member Functions | |
combined_ordered_container (const Cont &c1, const Cont &c2) | |
const_iterator | begin () const |
const_iterator | end () const |
Private Attributes | |
const Cont & | m_c1 |
const Cont & | m_c2 |
Definition at line 19 of file combined_ordered_container.h.
typedef combined_ordered_iterator< typename Cont::const_iterator, CMP> LArBadChanImpl::combined_ordered_container< Cont, CMP >::const_iterator |
Definition at line 24 of file combined_ordered_container.h.
typedef combined_ordered_iterator< typename Cont::const_iterator, CMP> LArBadChanImpl::combined_ordered_container< Cont, CMP >::iterator |
Definition at line 23 of file combined_ordered_container.h.
typedef Cont::value_type LArBadChanImpl::combined_ordered_container< Cont, CMP >::value_type |
Definition at line 22 of file combined_ordered_container.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 35 of file combined_ordered_container.h.
|
private |
Definition at line 36 of file combined_ordered_container.h.