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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlAcl:
Collaboration diagram for AgentUtXmlAcl:

Classes

struct  Ace
 

Public Types

typedef std::vector< AceAceList
 

Public Member Functions

 AgentUtXmlAcl (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 ~AgentUtXmlAcl ()
 
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

AceList ace_list_
 

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 144 of file test_xml_oper.h.

Member Typedef Documentation

typedef std::vector<Ace> AgentUtXmlAcl::AceList

Definition at line 169 of file test_xml_oper.h.

Constructor & Destructor Documentation

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

Definition at line 542 of file test_xml_oper.cc.

AgentUtXmlAcl::~AgentUtXmlAcl ( )

Definition at line 548 of file test_xml_oper.cc.

Member Function Documentation

string AgentUtXmlAcl::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 678 of file test_xml_oper.cc.

bool AgentUtXmlAcl::ReadXml ( )
virtual

Reimplemented from AgentUtXmlConfig.

Definition at line 551 of file test_xml_oper.cc.

Here is the call graph for this function:

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

Reimplemented from AgentUtXmlConfig.

Definition at line 672 of file test_xml_oper.cc.

Here is the call graph for this function:

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

Implements AgentUtXmlNode.

Definition at line 601 of file test_xml_oper.cc.

Here is the call graph for this function:

Member Data Documentation

AceList AgentUtXmlAcl::ace_list_
private

Definition at line 181 of file test_xml_oper.h.


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