Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <VectorIterator.hpp>
Public Types | |
typedef E | VectorType |
typedef E::SizeType | SizeType |
typedef E::ValueType | ValueType |
typedef VectorElementAccessor< E > | AccessorType |
typedef Util::IndexedElementIterator< ValueType, AccessorType, SizeType > | IteratorType |
Static Public Member Functions | |
static IteratorType | makeIterator (VectorType &e, SizeType idx) |
typedef E CDPL::Math::VectorIteratorTraits< E >::VectorType |
typedef E::SizeType CDPL::Math::VectorIteratorTraits< E >::SizeType |
typedef E::ValueType CDPL::Math::VectorIteratorTraits< E >::ValueType |
typedef VectorElementAccessor<E> CDPL::Math::VectorIteratorTraits< E >::AccessorType |
typedef Util::IndexedElementIterator<ValueType, AccessorType, SizeType> CDPL::Math::VectorIteratorTraits< E >::IteratorType |
|
inlinestatic |