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

#include <acl.h>

Inheritance diagram for AclData:
Collaboration diagram for AclData:

Public Member Functions

 AclData (Agent *agent, IFMapNode *node, AclSpec &aclspec)
 
 AclData (Agent *agent, IFMapNode *node, int ace_id_to_del)
 
virtual ~AclData ()
 
- Public Member Functions inherited from AgentOperDBData
 AgentOperDBData (const Agent *agent, IFMapNode *node)
 
virtual ~AgentOperDBData ()
 
void SetIFMapNode (IFMapNode *node)
 
IFMapNodeifmap_node () const
 
const Agentagent () const
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Public Attributes

int ace_id_to_del_
 
bool ace_add
 
std::string cfg_name_
 
AclSpec acl_spec_
 

Detailed Description

Definition at line 69 of file acl.h.

Constructor & Destructor Documentation

AclData::AclData ( Agent agent,
IFMapNode node,
AclSpec aclspec 
)
inline

Definition at line 70 of file acl.h.

AclData::AclData ( Agent agent,
IFMapNode node,
int  ace_id_to_del 
)
inline

Definition at line 74 of file acl.h.

virtual AclData::~AclData ( )
inlinevirtual

Definition at line 77 of file acl.h.

Member Data Documentation

bool AclData::ace_add

Definition at line 82 of file acl.h.

int AclData::ace_id_to_del_

Definition at line 80 of file acl.h.

AclSpec AclData::acl_spec_

Definition at line 84 of file acl.h.

std::string AclData::cfg_name_

Definition at line 83 of file acl.h.


The documentation for this struct was generated from the following file: