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

#include <test_xml_packet.h>

Inheritance diagram for AgentUtXmlPktParseValidate:
Collaboration diagram for AgentUtXmlPktParseValidate:

Public Member Functions

 AgentUtXmlPktParseValidate (const std::string &name, const pugi::xml_node &node)
 
virtual ~AgentUtXmlPktParseValidate ()
 
virtual bool ReadXml ()
 
virtual bool Validate ()
 
virtual const std::string ToString ()
 
virtual uint32_t wait_count ()
 
bool Validate (PktHandler::PktModuleName type, PktInfo *info)
 
- Public Member Functions inherited from AgentUtXmlValidationNode
 AgentUtXmlValidationNode (const std::string &name, const pugi::xml_node &node)
 
virtual ~AgentUtXmlValidationNode ()
 
bool ReadCmnXml ()
 
const std::string & name () const
 
uint16_t id () const
 
bool delete_marked () const
 
bool present () const
 
const pugi::xml_node & node () const
 
virtual uint32_t wait_count () const
 
virtual uint32_t sleep_time () const
 

Private Attributes

AgentUtXmlPacketUtils pkt_
 

Detailed Description

Definition at line 92 of file test_xml_packet.h.

Constructor & Destructor Documentation

AgentUtXmlPktParseValidate::AgentUtXmlPktParseValidate ( const std::string &  name,
const pugi::xml_node &  node 
)

Definition at line 341 of file test_xml_packet.cc.

AgentUtXmlPktParseValidate::~AgentUtXmlPktParseValidate ( )
virtual

Definition at line 346 of file test_xml_packet.cc.

Member Function Documentation

bool AgentUtXmlPktParseValidate::ReadXml ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 349 of file test_xml_packet.cc.

Here is the call graph for this function:

const string AgentUtXmlPktParseValidate::ToString ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 353 of file test_xml_packet.cc.

Here is the call graph for this function:

bool AgentUtXmlPktParseValidate::Validate ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 396 of file test_xml_packet.cc.

Here is the call graph for this function:

bool AgentUtXmlPktParseValidate::Validate ( PktHandler::PktModuleName  type,
PktInfo info 
)

Definition at line 357 of file test_xml_packet.cc.

Here is the call graph for this function:

virtual uint32_t AgentUtXmlPktParseValidate::wait_count ( )
inlinevirtual

Definition at line 101 of file test_xml_packet.h.

Member Data Documentation

AgentUtXmlPacketUtils AgentUtXmlPktParseValidate::pkt_
private

Definition at line 105 of file test_xml_packet.h.


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