#include <settings.h>
|
| template<typename T > |
| void | set (const std::string &n, const T &val) |
| |
| 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 |
| |
|
| std::map< std::string, std::string > | settings_ |
| |
Definition at line 41 of file settings.h.
◆ create()
| static std::shared_ptr<SettingsMap> can::SettingsMap::create |
( |
| ) |
|
|
inlinestatic |
◆ getRepr()
| virtual bool can::SettingsMap::getRepr |
( |
const std::string & |
n, |
|
|
std::string & |
repr |
|
) |
| const |
|
inlineprivatevirtual |
◆ set()
template<typename T >
| void can::SettingsMap::set |
( |
const std::string & |
n, |
|
|
const T & |
val |
|
) |
| |
|
inline |
◆ settings_
| std::map<std::string, std::string> can::SettingsMap::settings_ |
|
private |
The documentation for this class was generated from the following file: