#include <ParticleStorage.h>
|
iterator | operator+ (const iterator &it, const size_t n) |
|
iterator | operator+ (const size_t n, const iterator &it) |
|
iterator | operator- (const iterator &it, const size_t n) |
|
difference_type | operator- (const iterator &lhs, const iterator &rhs) |
|
bool | operator== (const iterator &lhs, const iterator &rhs) |
|
bool | operator!= (const iterator &lhs, const iterator &rhs) |
|
bool | operator< (const iterator &lhs, const iterator &rhs) |
|
bool | operator> (const iterator &lhs, const iterator &rhs) |
|
bool | operator<= (const iterator &lhs, const iterator &rhs) |
|
bool | operator>= (const iterator &lhs, const iterator &rhs) |
|
void | swap (iterator &lhs, iterator &rhs) |
|
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ iterator() [1/3]
walberla::mesa_pd::data::ParticleStorage::iterator::iterator |
( |
ParticleStorage * |
storage, |
|
|
const size_t |
i |
|
) |
| |
|
inlineexplicit |
◆ iterator() [2/3]
walberla::mesa_pd::data::ParticleStorage::iterator::iterator |
( |
const iterator & |
it | ) |
|
|
default |
◆ iterator() [3/3]
walberla::mesa_pd::data::ParticleStorage::iterator::iterator |
( |
iterator && |
it | ) |
|
|
default |
◆ getIdx()
size_t walberla::mesa_pd::data::ParticleStorage::iterator::getIdx |
( |
| ) |
const |
|
inline |
◆ operator*()
Particle walberla::mesa_pd::data::ParticleStorage::iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
iterator walberla::mesa_pd::data::ParticleStorage::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator+=()
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator+= |
( |
const size_t |
n | ) |
|
|
inline |
◆ operator--() [1/2]
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator-- |
( |
| ) |
|
|
inline |
◆ operator--() [2/2]
iterator walberla::mesa_pd::data::ParticleStorage::iterator::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator-=()
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator-= |
( |
const size_t |
n | ) |
|
|
inline |
◆ operator->()
Particle walberla::mesa_pd::data::ParticleStorage::iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator= |
( |
const iterator & |
| ) |
|
|
default |
◆ operator=() [2/2]
iterator& walberla::mesa_pd::data::ParticleStorage::iterator::operator= |
( |
iterator && |
| ) |
|
|
default |
◆ operator!=
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/2]
◆ operator- [2/2]
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
◆ swap
◆ i_
size_t walberla::mesa_pd::data::ParticleStorage::iterator::i_ |
|
private |
◆ storage_
ParticleStorage* walberla::mesa_pd::data::ParticleStorage::iterator::storage_ |
|
private |
The documentation for this class was generated from the following file: