OpenSDN source code
|
#include <test_xml.h>
Public Member Functions | |
AgentUtXmlLink (const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
virtual | ~AgentUtXmlLink () |
virtual bool | ReadXml () |
virtual bool | ToXml (pugi::xml_node *parent) |
virtual std::string | NodeType () |
virtual void | ToString (std::string *str) |
![]() | |
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 () |
virtual bool | Run () |
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 (AgentUtXmlLink) | |
Private Attributes | |
pugi::xml_node | xml_ |
std::string | l_node_ |
std::string | l_name_ |
std::string | r_node_ |
std::string | r_name_ |
Additional Inherited Members | |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 167 of file test_xml.h.
AgentUtXmlLink::AgentUtXmlLink | ( | const pugi::xml_node & | node, |
AgentUtXmlTestCase * | test_case | ||
) |
Definition at line 539 of file test_xml.cc.
|
virtual |
Definition at line 544 of file test_xml.cc.
|
private |
|
virtual |
Implements AgentUtXmlNode.
Definition at line 587 of file test_xml.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 547 of file test_xml.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 576 of file test_xml.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 571 of file test_xml.cc.
|
private |
Definition at line 180 of file test_xml.h.
|
private |
Definition at line 179 of file test_xml.h.
|
private |
Definition at line 182 of file test_xml.h.
|
private |
Definition at line 181 of file test_xml.h.
|
private |
Definition at line 178 of file test_xml.h.