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


Public Member Functions | |
| AgentUtXmlPacket (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
| virtual | ~AgentUtXmlPacket () |
| virtual bool | ReadXml () |
| virtual bool | ToXml (pugi::xml_node *parent) |
| virtual std::string | NodeType () |
| virtual void | ToString (std::string *str) |
| virtual bool | Run () |
| bool | TxInet6Packet () |
| bool | TxInetPacket () |
Public Member Functions inherited from AgentUtXmlNode | |
| 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 Attributes | |
| AgentUtXmlPacketUtils | pkt_ |
Additional Inherited Members | |
Protected Attributes inherited from AgentUtXmlNode | |
| pugi::xml_node | gen_node_ |
Definition at line 71 of file test_xml_packet.h.
| AgentUtXmlPacket::AgentUtXmlPacket | ( | const std::string & | name, |
| const pugi::xml_node & | node, | ||
| AgentUtXmlTestCase * | test_case | ||
| ) |
Definition at line 296 of file test_xml_packet.cc.
|
virtual |
Definition at line 301 of file test_xml_packet.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 319 of file test_xml_packet.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 304 of file test_xml_packet.cc.

|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 323 of file test_xml_packet.cc.

|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 314 of file test_xml_packet.cc.

|
virtual |
Implements AgentUtXmlNode.
Definition at line 309 of file test_xml_packet.cc.
| bool AgentUtXmlPacket::TxInet6Packet | ( | ) |
| bool AgentUtXmlPacket::TxInetPacket | ( | ) |
|
private |
Definition at line 86 of file test_xml_packet.h.