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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlInstanceIp:
Collaboration diagram for AgentUtXmlInstanceIp:

Public Member Functions

 AgentUtXmlInstanceIp (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 ~AgentUtXmlInstanceIp ()
 
virtual bool ReadXml ()
 
virtual bool ToXml (pugi::xml_node *parent)
 
virtual std::string NodeType ()
 
virtual void ToString (std::string *str)
 
- Public Member Functions inherited from AgentUtXmlConfig
 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 ()
 
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 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 ()
 

Private Attributes

std::string ip_
 
std::string vmi_
 
bool ecmp_
 

Additional Inherited Members

- Protected Member Functions inherited from AgentUtXmlConfig
void AddIdPerms (pugi::xml_node *parent)
 
- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 216 of file test_xml_oper.h.

Constructor & Destructor Documentation

AgentUtXmlInstanceIp::AgentUtXmlInstanceIp ( const std::string &  name,
const boost::uuids::uuid uuid,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 776 of file test_xml_oper.cc.

AgentUtXmlInstanceIp::~AgentUtXmlInstanceIp ( )

Definition at line 782 of file test_xml_oper.cc.

Member Function Documentation

string AgentUtXmlInstanceIp::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 827 of file test_xml_oper.cc.

bool AgentUtXmlInstanceIp::ReadXml ( )
virtual

Reimplemented from AgentUtXmlConfig.

Definition at line 786 of file test_xml_oper.cc.

Here is the call graph for this function:

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

Reimplemented from AgentUtXmlConfig.

Definition at line 821 of file test_xml_oper.cc.

Here is the call graph for this function:

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

Implements AgentUtXmlNode.

Definition at line 802 of file test_xml_oper.cc.

Here is the call graph for this function:

Member Data Documentation

bool AgentUtXmlInstanceIp::ecmp_
private

Definition at line 230 of file test_xml_oper.h.

std::string AgentUtXmlInstanceIp::ip_
private

Definition at line 228 of file test_xml_oper.h.

std::string AgentUtXmlInstanceIp::vmi_
private

Definition at line 229 of file test_xml_oper.h.


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