|
using | Deleter = std::function< void(void)> |
|
|
| LoanedStateInterface (const StateInterface &state_interface) |
|
| LoanedStateInterface (const StateInterface &state_interface, Deleter &&deleter) |
|
| LoanedStateInterface (StateInterface::ConstSharedPtr state_interface) |
|
| LoanedStateInterface (StateInterface::ConstSharedPtr state_interface, Deleter &&deleter) |
|
| LoanedStateInterface (const LoanedStateInterface &other)=delete |
|
| LoanedStateInterface (LoanedStateInterface &&other)=default |
|
const std::string & | get_name () const |
|
const std::string & | get_interface_name () const |
|
const std::string | get_full_name () const |
|
const std::string & | get_prefix_name () const |
|
double | get_value () const |
|
template<typename T > |
bool | get_value (T &value, unsigned int max_tries=10) const |
|
The documentation for this class was generated from the following file: