|
OpenSDN source code
|
#include <dns_config_parser.h>

Public Types | |
| typedef std::list< DBRequest * > | RequestList |
Public Member Functions | |
| DnsConfigParser (DB *db) | |
| bool | Parse (const std::string &content) |
Private Member Functions | |
| bool | ParseConfig (const pugi::xml_node &root, bool add_change, RequestList *requests) const |
| DISALLOW_COPY_AND_ASSIGN (DnsConfigParser) | |
Private Attributes | |
| DB * | db_ |
Definition at line 18 of file dns_config_parser.h.
| typedef std::list<DBRequest *> DnsConfigParser::RequestList |
Definition at line 20 of file dns_config_parser.h.
|
explicit |
Definition at line 252 of file dns_config_parser.cc.
|
private |
| bool DnsConfigParser::Parse | ( | const std::string & | content | ) |
|
private |
Definition at line 255 of file dns_config_parser.cc.
|
private |
Definition at line 29 of file dns_config_parser.h.