#include <RigidBodyIterator.h>
|
|
ContainerType::const_iterator | it_ |
| wrapped iterator More...
|
|
◆ ContainerType
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ ConstRigidBodyIterator() [1/6]
walberla::pe::ConstRigidBodyIterator::ConstRigidBodyIterator |
( |
| ) |
|
|
inlinedefault |
◆ ConstRigidBodyIterator() [2/6]
walberla::pe::ConstRigidBodyIterator::ConstRigidBodyIterator |
( |
const RigidBodyIterator & |
it | ) |
|
|
inline |
◆ ConstRigidBodyIterator() [3/6]
walberla::pe::ConstRigidBodyIterator::ConstRigidBodyIterator |
( |
const typename ContainerType::iterator & |
it | ) |
|
|
inlineexplicit |
◆ ConstRigidBodyIterator() [4/6]
walberla::pe::ConstRigidBodyIterator::ConstRigidBodyIterator |
( |
const typename ContainerType::const_iterator & |
it | ) |
|
|
inlineexplicit |
◆ ConstRigidBodyIterator() [5/6]
◆ ConstRigidBodyIterator() [6/6]
◆ get()
ContainerType::const_iterator walberla::pe::ConstRigidBodyIterator::get |
( |
| ) |
const |
|
inline |
◆ getBodyID()
pointer walberla::pe::ConstRigidBodyIterator::getBodyID |
( |
| ) |
const |
|
inline |
◆ operator*()
reference walberla::pe::ConstRigidBodyIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
◆ operator->()
pointer walberla::pe::ConstRigidBodyIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]()
◆ operator!=
Inequality comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the iterators don't point to the same element, false if they do.
◆ operator<
Less-than comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the left-hand side iterator points to a lower element, false if not.
◆ operator<=
Less-or-equal-than comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the left-hand side iterator points to a lower or the same element, false if not.
◆ operator==
Equality comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the iterators point to the same element, false if not.
◆ operator>
Greater-than comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the left-hand side iterator points to a higher element, false if not.
◆ operator>=
Greater-or-equal-than comparison between two PtrIterator objects.
- Parameters
-
lhs | The left-hand side pointer iterator. |
rhs | The right-hand side pointer iterator. |
- Returns
- true if the left-hand side iterator points to a higher or the same element, false if not.
◆ it_
ContainerType::const_iterator walberla::pe::ConstRigidBodyIterator::it_ |
|
private |
The documentation for this class was generated from the following file: