|
|
using | Deleter = std::function< void(void)> |
| |
|
|
| LoanedCommandInterface (CommandInterface &command_interface) |
| |
|
| LoanedCommandInterface (CommandInterface &command_interface, Deleter &&deleter) |
| |
|
| LoanedCommandInterface (const LoanedCommandInterface &other)=delete |
| |
|
| LoanedCommandInterface (LoanedCommandInterface &&other)=default |
| |
|
const std::string & | get_name () const |
| |
|
const std::string & | get_interface_name () const |
| |
|
const std::string | get_full_name () const |
| |
|
void | set_value (double val) |
| |
|
double | get_value () const |
| |
The documentation for this class was generated from the following file: