|
OpenSDN source code
|
#include <dns_config.h>
Public Types | |
| typedef std::map< std::string, IFMapNodeProxyRef > | DataMap |
| typedef std::pair< std::string, IFMapNodeProxyRef > | DataPair |
Public Member Functions | |
| void | Add (std::string name, IFMapNodeProxyRef node) |
| void | Del (std::string name) |
| IFMapNodeProxy * | Find (std::string name) |
Public Attributes | |
| DataMap | data_ |
Definition at line 51 of file dns_config.h.
| typedef std::map<std::string, IFMapNodeProxyRef> DnsConfigData::DataMap |
Definition at line 52 of file dns_config.h.
| typedef std::pair<std::string, IFMapNodeProxyRef> DnsConfigData::DataPair |
Definition at line 53 of file dns_config.h.
|
inline |
Definition at line 57 of file dns_config.h.
|
inline |
Definition at line 61 of file dns_config.h.
|
inline |
Definition at line 65 of file dns_config.h.
| DataMap DnsConfigData::data_ |
Definition at line 55 of file dns_config.h.