OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test_xml_validate.cc File Reference
#include "base/os.h"
#include <iostream>
#include <fstream>
#include <pugixml/pugixml.hpp>
#include <boost/uuid/uuid.hpp>
#include <test/test_cmn_util.h>
#include <pkt/test/test_pkt_util.h>
#include <pkt/flow_mgmt.h>
#include "test_xml.h"
#include "test_xml_validate.h"
Include dependency graph for test_xml_validate.cc:

Go to the source code of this file.

Functions

static bool CheckValidateNode (const string &node_name, const xml_node &node, string *name)
 
static bool CheckValidateNodeWithUuid (const string &node_name, const xml_node &node, uuid *id, string *name)
 

Function Documentation

static bool CheckValidateNode ( const string &  node_name,
const xml_node &  node,
string *  name 
)
static

Definition at line 24 of file test_xml_validate.cc.

static bool CheckValidateNodeWithUuid ( const string &  node_name,
const xml_node &  node,
uuid id,
string *  name 
)
static

Definition at line 46 of file test_xml_validate.cc.

Here is the call graph for this function: