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


Public Member Functions | |
| AgentUtXmlVmValidate (const std::string &name, const boost::uuids::uuid &id, const pugi::xml_node &node) | |
| virtual | ~AgentUtXmlVmValidate () |
| virtual bool | ReadXml () |
| virtual bool | Validate () |
| virtual const std::string | ToString () |
Public Member Functions inherited from AgentUtXmlValidationNode | |
| 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_ |
Definition at line 288 of file test_xml_oper.h.
| AgentUtXmlVmValidate::AgentUtXmlVmValidate | ( | const std::string & | name, |
| const boost::uuids::uuid & | id, | ||
| const pugi::xml_node & | node | ||
| ) |
Definition at line 1002 of file test_xml_oper.cc.
|
virtual |
Definition at line 1008 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1011 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1019 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1015 of file test_xml_oper.cc.
|
private |
Definition at line 299 of file test_xml_oper.h.