Tool to be executed.
More...
#include <ProblemSetup.h>
|
| sphTool () |
|
| ~sphTool () |
|
void | set (const std::string name, const std::string value) |
|
const std::string | get (const std::string name) |
|
const std::string | get (unsigned int index) |
|
const std::string | getName (unsigned int index) |
|
unsigned int | n () const |
|
◆ sphTool()
Aqua::InputOutput::ProblemSetup::sphTool::sphTool |
( |
| ) |
|
|
inline |
◆ ~sphTool()
Aqua::InputOutput::ProblemSetup::sphTool::~sphTool |
( |
| ) |
|
|
inline |
◆ get() [1/2]
const std::string Aqua::InputOutput::ProblemSetup::sphTool::get |
( |
const std::string |
name | ) |
|
Get a data value
- Parameters
-
name | Name of the data value |
- Returns
- Value, NULL if the variable does not exist
◆ get() [2/2]
const std::string Aqua::InputOutput::ProblemSetup::sphTool::get |
( |
unsigned int |
index | ) |
|
Get a data value
- Parameters
-
index | Index of the data value |
- Returns
- Value, NULL if the variable does not exist
◆ getName()
const std::string Aqua::InputOutput::ProblemSetup::sphTool::getName |
( |
unsigned int |
index | ) |
|
Get a data value name
- Parameters
-
index | Index of the data value |
- Returns
- Name, NULL if the variable does not exist
◆ n()
unsigned int Aqua::InputOutput::ProblemSetup::sphTool::n |
( |
| ) |
const |
|
inline |
Get the number of data values
- Returns
- Number of data values
◆ set()
void Aqua::InputOutput::ProblemSetup::sphTool::set |
( |
const std::string |
name, |
|
|
const std::string |
value |
|
) |
| |
Add new data value
- Parameters
-
name | Name of the data value |
value | Value |
The documentation for this class was generated from the following files: