| 
| 
using  | Deleter = std::function< void(void)> | 
|   | 
 | 
| 
  | LoanedStateInterface (StateInterface &state_interface) | 
|   | 
| 
  | LoanedStateInterface (StateInterface &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 | 
|   | 
The documentation for this class was generated from the following file: