| 
    ewmscp
    ..
    
   | 
 
#include <acl.h>
Classes | |
| class | entryType | 
Public Types | |
| enum | flagsType : unsigned char {  flagsType::auto_inherit = 0x01, flagsType::protected_ = 0x02, flagsType::defaulted = 0x04, flagsType::write_through = 0x40, flagsType::masked = 0x80, flagsType::valid_flags = auto_inherit | protected_ | defaulted | write_through | masked }  | 
Public Member Functions | |
| list () | |
| ~list () | |
Public Attributes | |
| std::vector< entryType > | entries | 
Protected Attributes | |
| enumAsBitmask< flagsType > | flags | 
| unsigned int | a_owner_mask | 
| unsigned int | a_group_mask | 
| unsigned int | a_other_mask | 
      
  | 
  strong | 
| std::vector<entryType> acl::list::entries | 
Definition at line 108 of file acl.h.
Referenced by outputHandler::dcap::setAclData().
      
  | 
  protected | 
 1.8.17