Public Member Functions | Public Attributes | List of all members
TracerStickerNames Class Reference

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...
 
TracerStickerNamesoperator= (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.
 

Detailed Description

Class for keeping the names of the tracers and stickers.

Definition at line 159 of file computational_cell_2d.hpp.

Constructor & Destructor Documentation

◆ TracerStickerNames() [1/2]

TracerStickerNames::TracerStickerNames ( TracerStickerNames const &  other)

Copy constructor.

Parameters
otherThe instance to copy from

Definition at line 163 of file computational_cell_2d.cpp.

Here is the call graph for this function:

◆ TracerStickerNames() [2/2]

TracerStickerNames::TracerStickerNames ( const std::vector< std::string > &  tracers,
const std::vector< std::string > &  stickers 
)

Class constructor.

Parameters
tracersThe names of the tracers
stickersThe names of the stickers

Definition at line 166 of file computational_cell_2d.cpp.

Member Function Documentation

◆ operator=()

TracerStickerNames & TracerStickerNames::operator= ( const TracerStickerNames other)

Copy operator.

Parameters
otherSource to copy from
Returns
Reference to self

Definition at line 151 of file computational_cell_2d.cpp.


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