OpenSDN source code
|
#include <test_xml.h>
Public Member Functions | |
AgentUtXmlTask (const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
virtual | ~AgentUtXmlTask () |
virtual bool | ReadXml () |
virtual bool | ToXml (pugi::xml_node *parent) |
virtual std::string | NodeType () |
virtual void | ToString (std::string *str) |
virtual bool | Run () |
![]() | |
AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) | |
virtual | ~AgentUtXmlNode () |
void | set_gen_xml (bool val) |
bool | gen_xml () const |
bool | op_delete () const |
void | set_op_delete (bool val) |
const std::string & | name () const |
const pugi::xml_node & | node () const |
AgentUtXmlTestCase * | test_case () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (AgentUtXmlTask) | |
Private Attributes | |
pugi::xml_node | xml_ |
std::string | stop_ |
Additional Inherited Members | |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 147 of file test_xml.h.
AgentUtXmlTask::AgentUtXmlTask | ( | const pugi::xml_node & | node, |
AgentUtXmlTestCase * | test_case | ||
) |
Definition at line 495 of file test_xml.cc.
|
virtual |
Definition at line 500 of file test_xml.cc.
|
private |
|
virtual |
Implements AgentUtXmlNode.
Definition at line 521 of file test_xml.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 503 of file test_xml.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 525 of file test_xml.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 512 of file test_xml.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 508 of file test_xml.cc.
|
private |
Definition at line 160 of file test_xml.h.
|
private |
Definition at line 159 of file test_xml.h.