![]() |
ATLAS Offline Software
|
#include "AthContainers/OwnershipPolicy.h"#include "AthContainers/tools/DVLCast.h"#include "AthContainers/tools/ElementProxy.h"#include "CxxUtils/checker_macros.h"#include <boost/iterator/iterator_adaptor.hpp>#include <iterator>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | DataModel_detail::const_iterator< DVL > |
Const iterator class for DataVector/ More... | |
| class | DataModel_detail::iterator< DVL > |
(Non-const) Iterator class for DataVector/ More... | |
Namespaces | |
| namespace | DataModel_detail |
Functions | |
| template<class DVL> | |
| bool | operator== (const typename DVL::const_iterator &i1, const DataModel_detail::iterator< DVL > &i2) |
| template<class DVL> | |
| bool | operator!= (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
| template<class DVL> | |
| bool | operator< (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
| template<class DVL> | |
| bool | operator> (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
| template<class DVL> | |
| bool | operator<= (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
| template<class DVL> | |
| bool | operator>= (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
| template<class DVL> | |
| DVL::const_iterator::difference_type | operator- (typename DVL::const_iterator i1, DataModel_detail::iterator< DVL > i2) |
|
inline |
Definition at line 326 of file DVLIterator.h.
|
inline |
Definition at line 364 of file DVLIterator.h.
|
inline |
Definition at line 333 of file DVLIterator.h.
|
inline |
Definition at line 347 of file DVLIterator.h.
|
inline |
Definition at line 319 of file DVLIterator.h.
|
inline |
Definition at line 340 of file DVLIterator.h.
|
inline |
Definition at line 354 of file DVLIterator.h.