OpenSDN source code
AclSpec Struct Reference

#include <acl_entry_spec.h>

Collaboration diagram for AclSpec:

Public Types

typedef boost::uuids::uuid uuid
 

Public Member Functions

 AclSpec ()
 

Public Attributes

uuid acl_id
 
bool dynamic_acl
 
std::vector< AclEntrySpecacl_entry_specs_
 

Detailed Description

Definition at line 186 of file acl_entry_spec.h.

Member Typedef Documentation

◆ uuid

typedef boost::uuids::uuid AclSpec::uuid

Definition at line 188 of file acl_entry_spec.h.

Constructor & Destructor Documentation

◆ AclSpec()

AclSpec::AclSpec ( )
inline

Definition at line 187 of file acl_entry_spec.h.

Member Data Documentation

◆ acl_entry_specs_

std::vector<AclEntrySpec> AclSpec::acl_entry_specs_

Definition at line 192 of file acl_entry_spec.h.

◆ acl_id

uuid AclSpec::acl_id

Definition at line 189 of file acl_entry_spec.h.

◆ dynamic_acl

bool AclSpec::dynamic_acl

Definition at line 191 of file acl_entry_spec.h.


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