|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
#include <system_tester.h>
Public Member Functions | |
| const std::string & | getCombinedArgList () const |
| ParamArgListBuilder & | param (std::string_view name, int val) |
| ParamArgListBuilder & | param (std::string_view name, size_t val) |
| ParamArgListBuilder & | param (std::string_view name, float val) |
| ParamArgListBuilder & | param (std::string_view name, double val) |
| ParamArgListBuilder & | param (std::string_view name, std::string_view val) |
Build up a string that builds up the parameter specified as command line args
|
inline |
Return the argument list that has been built up
|
inline |
Add a parameter
A reference to *this is returned to facillitate method chaining