OpenSDN source code
|
#include <stdint.h>
#include "ifmap/ifmap_server_parser.h"
#include <pugixml/pugixml.hpp>
#include "db/db.h"
#include "ifmap/ifmap_server_table.h"
#include "ifmap/ifmap_log.h"
#include "ifmap/ifmap_log_types.h"
Go to the source code of this file.
Functions | |
static const char * | NodeName (const xml_node &node) |
static string | ParseIdentifier (const xml_node &node) |
static void | IdentifierNsTypeName (const string &id, string *id_type, string *id_name) |
static DBRequest * | IFMapServerRequestClone (const DBRequest *src) |
|
static |
Definition at line 96 of file ifmap_server_parser.cc.
Definition at line 109 of file ifmap_server_parser.cc.
|
static |
Definition at line 19 of file ifmap_server_parser.cc.
|
static |
Definition at line 61 of file ifmap_server_parser.cc.