#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.
◆ IdentifierNsTypeName()
static void IdentifierNsTypeName |
( |
const string & |
id, |
|
|
string * |
id_type, |
|
|
string * |
id_name |
|
) |
| |
|
static |
◆ IFMapServerRequestClone()
◆ NodeName()
static const char* NodeName |
( |
const xml_node & |
node | ) |
|
|
static |
◆ ParseIdentifier()
static string ParseIdentifier |
( |
const xml_node & |
node | ) |
|
|
static |