OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlGlobalVrouterValidate (const std::string &name, const boost::uuids::uuid &id, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlGlobalVrouterValidate () |
virtual bool | ReadXml () |
virtual bool | Validate () |
virtual const std::string | ToString () |
![]() | |
AgentUtXmlValidationNode (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlValidationNode () |
bool | ReadCmnXml () |
const std::string & | name () const |
uint16_t | id () const |
bool | delete_marked () const |
bool | present () const |
const pugi::xml_node & | node () const |
virtual uint32_t | wait_count () const |
virtual uint32_t | sleep_time () const |
Private Attributes | |
const boost::uuids::uuid | id_ |
int | flow_export_rate_ |
Definition at line 256 of file test_xml_oper.h.
AgentUtXmlGlobalVrouterValidate::AgentUtXmlGlobalVrouterValidate | ( | const std::string & | name, |
const boost::uuids::uuid & | id, | ||
const pugi::xml_node & | node | ||
) |
Definition at line 909 of file test_xml_oper.cc.
|
virtual |
Definition at line 915 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 918 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 938 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 923 of file test_xml_oper.cc.
|
private |
Definition at line 268 of file test_xml_oper.h.
|
private |
Definition at line 267 of file test_xml_oper.h.