#include <mappable-conf-object.h>
|
| void | set_iface (const std::string &name, IFACE *iface) override |
| |
| IFACE * | get_iface (const std::string &name) const override |
| |
| void | erase_iface (const std::string &name) override |
| |
| virtual | ~MapNameToInterface ()=default |
| |
| virtual void | set_iface (const std::string &name, IFACE *iface)=0 |
| |
| virtual IFACE * | get_iface (const std::string &name) const =0 |
| |
| virtual void | erase_iface (const std::string &name)=0 |
| |
|
| static size_t | hash_str (const std::string &name) |
| |
◆ erase_iface()
template<typename IFACE >
◆ get_iface()
template<typename IFACE >
◆ hash_str()
template<typename IFACE >
◆ set_iface()
template<typename IFACE >
The documentation for this class was generated from the following file: