|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
Holds a single std::string that's intended to be read only and global. Use for storing the path of the root directory of Cholla. More...
#include <testing_utilities.h>
Public Member Functions | |
| void | init (std::string const &inputPath) |
| Initializes the _path member variable. Should only be called once in main. | |
| std::string | getString () |
| Get the String object. | |
Holds a single std::string that's intended to be read only and global. Use for storing the path of the root directory of Cholla.
|
inline |
Get the String object.
|
inline |
Initializes the _path member variable. Should only be called once in main.
| inputPath | The path to be store in _path |