Class for keeping the names of the tracers and stickers. More...
#include <computational_cell_2d.hpp>
Public Member Functions | |
TracerStickerNames (void) | |
Default constructor. | |
TracerStickerNames (TracerStickerNames const &other) | |
Copy constructor. More... | |
TracerStickerNames (const std::vector< std::string > &tracers, const std::vector< std::string > &stickers) | |
Class constructor. More... | |
TracerStickerNames & | operator= (const TracerStickerNames &other) |
Copy operator. More... | |
~TracerStickerNames (void) | |
Class destructor. | |
Public Attributes | |
std::vector< std::string > | tracer_names |
The names of the tracers. | |
std::vector< std::string > | sticker_names |
The names of the stickers. | |
Class for keeping the names of the tracers and stickers.
Definition at line 159 of file computational_cell_2d.hpp.
TracerStickerNames::TracerStickerNames | ( | TracerStickerNames const & | other | ) |
Copy constructor.
other | The instance to copy from |
Definition at line 163 of file computational_cell_2d.cpp.
TracerStickerNames::TracerStickerNames | ( | const std::vector< std::string > & | tracers, |
const std::vector< std::string > & | stickers | ||
) |
Class constructor.
tracers | The names of the tracers |
stickers | The names of the stickers |
Definition at line 166 of file computational_cell_2d.cpp.
TracerStickerNames & TracerStickerNames::operator= | ( | const TracerStickerNames & | other | ) |
Copy operator.
other | Source to copy from |
Definition at line 151 of file computational_cell_2d.cpp.