Definition at line 343 of file CPose3DQuat.h.
#include <mrpt/poses/CPose3DQuat.h>
typedef std::iterator<std::random_access_iterator_tag,value_type> mrpt::poses::CPose3DQuat::const_iterator::iterator_base |
|
private |
typedef value_type mrpt::poses::CPose3DQuat::const_iterator::T |
|
private |
mrpt::poses::CPose3DQuat::const_iterator::const_iterator |
( |
| ) |
|
|
inline |
mrpt::poses::CPose3DQuat::const_iterator::const_iterator |
( |
const CPose3DQuat & |
obj, |
|
|
size_t |
start_idx |
|
) |
| |
|
inline |
void mrpt::poses::CPose3DQuat::const_iterator::check_limits |
( |
bool |
allow_end = false | ) |
const |
|
inlineprivate |
bool mrpt::poses::CPose3DQuat::const_iterator::operator!= |
( |
const const_iterator & |
it | ) |
const |
|
inline |
const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator+ |
( |
iterator_base::difference_type |
off | ) |
const |
|
inline |
const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator++ |
( |
| ) |
|
|
inline |
const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator++ |
( |
int |
| ) |
|
|
inline |
const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator+= |
( |
iterator_base::difference_type |
off | ) |
|
|
inline |
const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator- |
( |
iterator_base::difference_type |
off | ) |
const |
|
inline |
iterator_base::difference_type mrpt::poses::CPose3DQuat::const_iterator::operator- |
( |
const const_iterator & |
it | ) |
const |
|
inline |
const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator-- |
( |
| ) |
|
|
inline |
const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator-- |
( |
int |
| ) |
|
|
inline |
const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator-= |
( |
iterator_base::difference_type |
off | ) |
|
|
inline |
bool mrpt::poses::CPose3DQuat::const_iterator::operator< |
( |
const const_iterator & |
it2 | ) |
const |
|
inline |
bool mrpt::poses::CPose3DQuat::const_iterator::operator== |
( |
const const_iterator & |
it | ) |
const |
|
inline |
bool mrpt::poses::CPose3DQuat::const_iterator::operator> |
( |
const const_iterator & |
it2 | ) |
const |
|
inline |
size_t mrpt::poses::CPose3DQuat::const_iterator::m_cur_idx |
|
private |
const CPose3DQuat* mrpt::poses::CPose3DQuat::const_iterator::m_obj |
|
private |