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

#include <test_xml.h>

Inheritance diagram for AgentUtXmlConfig:
Collaboration diagram for AgentUtXmlConfig:

Public Member Functions

 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 ()
 
virtual bool ReadXml ()
 
virtual void ToString (std::string *str)
 
const boost::uuids::uuidid () const
 
- 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 ()
 
virtual bool ToXml (pugi::xml_node *parent)=0
 
virtual std::string NodeType ()=0
 
virtual bool Run ()
 
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 ()
 

Protected Member Functions

void AddIdPerms (pugi::xml_node *parent)
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (AgentUtXmlConfig)
 

Private Attributes

boost::uuids::uuid id_
 

Additional Inherited Members

- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 189 of file test_xml.h.

Constructor & Destructor Documentation

AgentUtXmlConfig::AgentUtXmlConfig ( const std::string &  name,
const boost::uuids::uuid uuid,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)
AgentUtXmlConfig::AgentUtXmlConfig ( const std::string &  name,
const boost::uuids::uuid uuid,
const pugi::xml_node &  node,
bool  gen_xml,
AgentUtXmlTestCase test_case 
)
AgentUtXmlConfig::~AgentUtXmlConfig ( )
virtual

Definition at line 606 of file test_xml.cc.

Member Function Documentation

void AgentUtXmlConfig::AddIdPerms ( pugi::xml_node *  parent)
protected

Definition at line 650 of file test_xml.cc.

Here is the call graph for this function:

AgentUtXmlConfig::DISALLOW_COPY_AND_ASSIGN ( AgentUtXmlConfig  )
private
const boost::uuids::uuid& AgentUtXmlConfig::id ( ) const
inline

Definition at line 200 of file test_xml.h.

bool AgentUtXmlConfig::ReadXml ( )
virtual
void AgentUtXmlConfig::ToString ( std::string *  str)
virtual

Member Data Documentation

boost::uuids::uuid AgentUtXmlConfig::id_
private

Definition at line 204 of file test_xml.h.


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