#include <CDataVector.h>
◆ iterator() [1/3]
◆ iterator() [2/3]
◆ iterator() [3/3]
template<class CType >
CDataVector< CType >::iterator::iterator |
( |
const typename std::vector< CType * >::iterator & |
src | ) |
|
|
inline |
◆ ~iterator()
◆ operator CType *()
template<class CType >
CDataVector< CType >::iterator::operator CType * |
( |
| ) |
const |
|
inline |
◆ operator*()
template<class CType >
CType& CDataVector< CType >::iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
template<class CType >
iterator CDataVector< CType >::iterator::operator+ |
( |
const typename std::vector< CType * >::iterator::difference_type & |
n | ) |
const |
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
template<class CType >
iterator& CDataVector< CType >::iterator::operator+= |
( |
const typename std::vector< CType * >::iterator::difference_type & |
n | ) |
|
|
inline |
◆ operator-()
template<class CType >
iterator CDataVector< CType >::iterator::operator- |
( |
const typename std::vector< CType * >::iterator::difference_type & |
n | ) |
const |
|
inline |
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
template<class CType >
iterator& CDataVector< CType >::iterator::operator-= |
( |
const typename std::vector< CType * >::iterator::difference_type & |
n | ) |
|
|
inline |
◆ operator->()
template<class CType >
CType* CDataVector< CType >::iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: