#include <canopen.h>
|
template<typename T > |
bool | get (const std::string &n, T &val) const |
|
template<typename T > |
T | get_optional (const std::string &n, const T &def) const |
|
virtual | ~Settings () |
|
|
virtual bool | getRepr (const std::string &n, std::string &repr) const =0 |
|
Definition at line 318 of file canopen.h.
virtual canopen::Settings::~Settings |
( |
| ) |
|
|
inlinevirtual |
template<typename T >
bool canopen::Settings::get |
( |
const std::string & |
n, |
|
|
T & |
val |
|
) |
| const |
|
inline |
template<typename T >
T canopen::Settings::get_optional |
( |
const std::string & |
n, |
|
|
const T & |
def |
|
) |
| const |
|
inline |
virtual bool canopen::Settings::getRepr |
( |
const std::string & |
n, |
|
|
std::string & |
repr |
|
) |
| const |
|
privatepure virtual |
The documentation for this class was generated from the following file: