OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlEthInterface (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
~AgentUtXmlEthInterface () | |
virtual bool | ReadXml () |
virtual bool | ToXml (pugi::xml_node *parent) |
virtual std::string | NodeType () |
virtual void | ToString (std::string *str) |
virtual bool | Run () |
![]() | |
AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
AgentUtXmlConfig (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) | |
virtual | ~AgentUtXmlConfig () |
const boost::uuids::uuid & | id () const |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
void | AddIdPerms (pugi::xml_node *parent) |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 98 of file test_xml_oper.h.
AgentUtXmlEthInterface::AgentUtXmlEthInterface | ( | const std::string & | name, |
const boost::uuids::uuid & | uuid, | ||
const pugi::xml_node & | node, | ||
AgentUtXmlTestCase * | test_case | ||
) |
Definition at line 426 of file test_xml_oper.cc.
AgentUtXmlEthInterface::~AgentUtXmlEthInterface | ( | ) |
Definition at line 433 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 451 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlConfig.
Definition at line 436 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 455 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlConfig.
Definition at line 445 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 440 of file test_xml_oper.cc.