OpenSDN source code
|
#include <acl_entry_spec.h>
Public Types | |
typedef boost::uuids::uuid | uuid |
Public Member Functions | |
AclSpec () | |
Public Attributes | |
uuid | acl_id |
bool | dynamic_acl |
std::vector< AclEntrySpec > | acl_entry_specs_ |
Definition at line 186 of file acl_entry_spec.h.
typedef boost::uuids::uuid AclSpec::uuid |
Definition at line 187 of file acl_entry_spec.h.
|
inline |
Definition at line 187 of file acl_entry_spec.h.
std::vector<AclEntrySpec> AclSpec::acl_entry_specs_ |
Definition at line 192 of file acl_entry_spec.h.
uuid AclSpec::acl_id |
Definition at line 189 of file acl_entry_spec.h.
bool AclSpec::dynamic_acl |
Definition at line 191 of file acl_entry_spec.h.