AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Public Member Functions
Aqua::InputOutput::ProblemSetup::sphTool Class Reference

Tool to be executed. More...

#include <ProblemSetup.h>

Public Member Functions

 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
 

Detailed Description

Tool to be executed.

Constructor & Destructor Documentation

◆ sphTool()

Aqua::InputOutput::ProblemSetup::sphTool::sphTool ( )
inline

Constructor

◆ ~sphTool()

Aqua::InputOutput::ProblemSetup::sphTool::~sphTool ( )
inline

Destructor

Member Function Documentation

◆ get() [1/2]

const std::string Aqua::InputOutput::ProblemSetup::sphTool::get ( const std::string  name)

Get a data value

Parameters
nameName 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
indexIndex 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
indexIndex 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
nameName of the data value
valueValue

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