|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Memory implementation of the most simple (no-data) particle stack object. More...
#include <DummyStack.hpp>
Public Member Functions | |
| DummyStackImpl (DummyStackImpl const &)=default | |
| DummyStackImpl (DummyStackImpl &&)=default | |
| DummyStackImpl & | operator= (DummyStackImpl const &)=default |
| DummyStackImpl & | operator= (DummyStackImpl &&)=default |
| void | init () |
| void | clear () |
| int | getSize () const |
| int | getCapacity () const |
| void | copy (const int, const int) |
| Function to copy particle at location i2 in stack to i1. | |
| void | swap (const int, const int) |
| void | incrementSize () |
| void | decrementSize () |
| int | getEntries () const |
| void | setEntries (int entries=0) |
Memory implementation of the most simple (no-data) particle stack object.
Definition at line 59 of file DummyStack.hpp.