ArnLib  4.0.x
Active Registry Network
Arn::Allow Class Reference

#include <Arn.hpp>

Public Types

enum  E {
  None = 0x00, Read = 0x01, Write = 0x02, Create = 0x04,
  Delete = 0x08, ModeChange = 0x10, ReadWrite = 0x03, All = 0xff
}
 

Detailed Description

Definition at line 206 of file Arn.hpp.

Member Enumeration Documentation

◆ E

Enumerator
None 

Nothing allowed.

Read 

Read from Arn Objects.

Write 

Write to Arn Objects.

Create 

Create Arn Objects.

Delete 

Delete Arn Objects.

ModeChange 

Change Mode of Arn Objects.

ReadWrite 

Convenience, allow read & write.

All 

Convenience, allow all.

Definition at line 210 of file Arn.hpp.


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