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

#include <test_xml.h>

Inheritance diagram for AgentUtXmlTask:
Collaboration diagram for AgentUtXmlTask:

Public Member Functions

 AgentUtXmlTask (const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
virtual ~AgentUtXmlTask ()
 
virtual bool ReadXml ()
 
virtual bool ToXml (pugi::xml_node *parent)
 
virtual std::string NodeType ()
 
virtual void ToString (std::string *str)
 
virtual bool Run ()
 
- 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 Member Functions

 DISALLOW_COPY_AND_ASSIGN (AgentUtXmlTask)
 

Private Attributes

pugi::xml_node xml_
 
std::string stop_
 

Additional Inherited Members

- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 147 of file test_xml.h.

Constructor & Destructor Documentation

AgentUtXmlTask::AgentUtXmlTask ( const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 495 of file test_xml.cc.

AgentUtXmlTask::~AgentUtXmlTask ( )
virtual

Definition at line 500 of file test_xml.cc.

Member Function Documentation

AgentUtXmlTask::DISALLOW_COPY_AND_ASSIGN ( AgentUtXmlTask  )
private
string AgentUtXmlTask::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 521 of file test_xml.cc.

bool AgentUtXmlTask::ReadXml ( )
virtual

Implements AgentUtXmlNode.

Definition at line 503 of file test_xml.cc.

Here is the call graph for this function:

bool AgentUtXmlTask::Run ( void  )
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 525 of file test_xml.cc.

Here is the call graph for this function:

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

Reimplemented from AgentUtXmlNode.

Definition at line 512 of file test_xml.cc.

Here is the call graph for this function:

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

Implements AgentUtXmlNode.

Definition at line 508 of file test_xml.cc.

Member Data Documentation

std::string AgentUtXmlTask::stop_
private

Definition at line 160 of file test_xml.h.

pugi::xml_node AgentUtXmlTask::xml_
private

Definition at line 159 of file test_xml.h.


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