OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentUtXmlPacket Class Reference

#include <test_xml_packet.h>

Inheritance diagram for AgentUtXmlPacket:
Collaboration diagram for AgentUtXmlPacket:

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
 
AgentUtXmlTestCasetest_case ()
 

Private Attributes

AgentUtXmlPacketUtils pkt_
 

Additional Inherited Members

- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 71 of file test_xml_packet.h.

Constructor & Destructor Documentation

AgentUtXmlPacket::AgentUtXmlPacket ( const std::string &  name,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 296 of file test_xml_packet.cc.

AgentUtXmlPacket::~AgentUtXmlPacket ( )
virtual

Definition at line 301 of file test_xml_packet.cc.

Member Function Documentation

string AgentUtXmlPacket::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 319 of file test_xml_packet.cc.

bool AgentUtXmlPacket::ReadXml ( )
virtual

Implements AgentUtXmlNode.

Definition at line 304 of file test_xml_packet.cc.

Here is the call graph for this function:

bool AgentUtXmlPacket::Run ( void  )
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 323 of file test_xml_packet.cc.

Here is the call graph for this function:

void AgentUtXmlPacket::ToString ( std::string *  str)
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 314 of file test_xml_packet.cc.

Here is the call graph for this function:

bool AgentUtXmlPacket::ToXml ( pugi::xml_node *  parent)
virtual

Implements AgentUtXmlNode.

Definition at line 309 of file test_xml_packet.cc.

bool AgentUtXmlPacket::TxInet6Packet ( )
bool AgentUtXmlPacket::TxInetPacket ( )

Member Data Documentation

AgentUtXmlPacketUtils AgentUtXmlPacket::pkt_
private

Definition at line 86 of file test_xml_packet.h.


The documentation for this class was generated from the following files: