|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <PartBunchBase.h>
Public Member Functions | |
| ConstIterator () | |
| ConstIterator (PartBunchBase const *bunch, unsigned int i) | |
| ~ConstIterator () | |
| bool | operator== (ConstIterator const &rhs) const |
| bool | operator!= (ConstIterator const &rhs) const |
| OpalParticle | operator* () const |
| ConstIterator | operator++ () |
| ConstIterator | operator++ (int) |
| int | operator- (const ConstIterator &other) const |
Private Attributes | |
| PartBunchBase const * | bunch_m |
| unsigned int | index_m |
Friends | |
| class | PartBunchBase< T, Dim > |
Definition at line 217 of file PartBunchBase.h.
|
inline |
Definition at line 221 of file PartBunchBase.h.
References bunch_m, and index_m.
Referenced by operator!=(), operator++(), operator++(), operator-(), and operator==().
|
inline |
Definition at line 225 of file PartBunchBase.h.
References bunch_m, index_m, and PartBunchBase< T, Dim >::PartBunchBase().
|
inline |
Definition at line 230 of file PartBunchBase.h.
|
inline |
Definition at line 238 of file PartBunchBase.h.
References bunch_m, ConstIterator(), and index_m.
|
inline |
Definition at line 243 of file PartBunchBase.h.
References bunch_m, Units::eV2MeV, and index_m.
|
inline |
Definition at line 256 of file PartBunchBase.h.
References ConstIterator(), and index_m.
|
inline |
Definition at line 262 of file PartBunchBase.h.
References ConstIterator(), and index_m.
|
inline |
Definition at line 270 of file PartBunchBase.h.
References ConstIterator(), and index_m.
|
inline |
Definition at line 233 of file PartBunchBase.h.
References bunch_m, ConstIterator(), and index_m.
|
friend |
Definition at line 729 of file PartBunchBase.h.
References PartBunchBase< T, Dim >::pbase_m.
|
private |
Definition at line 275 of file PartBunchBase.h.
Referenced by ConstIterator(), ConstIterator(), operator!=(), operator*(), and operator==().
|
private |
Definition at line 276 of file PartBunchBase.h.
Referenced by ConstIterator(), ConstIterator(), operator!=(), operator*(), operator++(), operator++(), operator-(), and operator==().