xrootd
Public Types | List of all members
XrdCl::Access Struct Reference

Access mode. More...

#include <XrdClFileSystem.hh>

Public Types

enum  Mode {
  None = 0, UR = kXR_ur, UW = kXR_uw, UX = kXR_ux,
  GR = kXR_gr, GW = kXR_gw, GX = kXR_gx, OR = kXR_or,
  OW = kXR_ow, OX = kXR_ox
}
 Access mode. More...
 

Detailed Description

Access mode.

Member Enumeration Documentation

Access mode.

Enumerator
None 
UR 

owner readable

UW 

owner writable

UX 

owner executable/browsable

GR 

group readable

GW 

group writable

GX 

group executable/browsable

OR 

world readable

OW 

world writeable

OX 

world executable/browsable


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