|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTCONTAINERS_SELECTALLOBJECTMT_H
6 #define EVENTCONTAINERS_SELECTALLOBJECTMT_H
9 template <
class DCC,
typename OBJECT =
typename DCC::IDENTIFIABLE::DIGIT >
13 typedef typename DCC::IDENTIFIABLE
DC;
118 const DC* dc =
nullptr;
122 digit_it = dc->begin();
123 if(digit_it == dc->end()){
133 const DC* dc =
nullptr;
DCC::const_iterator Cont_iterator
bool operator==(const const_iterator it) const
DC::const_iterator Object_const_iterator
const_iterator(const Cont_iterator &itr, const SelectAllObjectMT< DCC, OBJECT > *parent, Object_const_iterator digitit, const DC *dc)
Object_const_iterator m_digit_it
const_iterator & operator++()
SelectAllObjectMT()=delete
SelectAllObjectMT< DCC, OBJECT > MyType
const OBJECT * operator*()
const SelectAllObjectMT< DCC, OBJECT > * m_Parent
bool operator!=(const const_iterator it) const
SelectAllObjectMT(const DCC *dcc)