CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
corsika::dummy_stack::DummyStackImpl Class Reference

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
 
DummyStackImploperator= (DummyStackImpl const &)=default
 
DummyStackImploperator= (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)
 

Detailed Description

Memory implementation of the most simple (no-data) particle stack object.

Definition at line 59 of file DummyStack.hpp.


The documentation for this class was generated from the following file: