|
AQUAgpusph 5.0.4
|
A helper class for named objects. More...
#include <Tool.hpp>

Public Member Functions | |
| Named (const std::string name) | |
| ~Named () | |
| void | name (const std::string tool_name) |
| const std::string | name () const |
| Get the name. | |
A helper class for named objects.
|
inline |
Constructor.
| name | The name |

|
inline |
Destructor
|
inline |
Get the name.
|
inline |