XRootD
Loading...
Searching...
No Matches
XrdCl::Access Struct Reference

Access mode. More...

#include <XrdClFileSystem.hh>

Collaboration diagram for XrdCl::Access:

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.

Definition at line 116 of file XrdClFileSystem.hh.

Member Enumeration Documentation

◆ Mode

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

Definition at line 121 of file XrdClFileSystem.hh.

122 {
123 None = 0,
124 UR = kXR_ur,
125 UW = kXR_uw,
126 UX = kXR_ux,
127 GR = kXR_gr,
128 GW = kXR_gw,
129 GX = kXR_gx,
130 OR = kXR_or,
131 OW = kXR_ow,
132 OX = kXR_ox
133 };
@ kXR_gw
Definition XProtocol.hh:444
@ kXR_ur
Definition XProtocol.hh:440
@ kXR_uw
Definition XProtocol.hh:441
@ kXR_gr
Definition XProtocol.hh:443
@ kXR_ow
Definition XProtocol.hh:447
@ kXR_gx
Definition XProtocol.hh:445
@ kXR_or
Definition XProtocol.hh:446
@ kXR_ox
Definition XProtocol.hh:448
@ kXR_ux
Definition XProtocol.hh:442
@ OX
world executable/browsable
@ OW
world writeable
@ UR
owner readable
@ GR
group readable
@ UW
owner writable
@ GX
group executable/browsable
@ GW
group writable
@ UX
owner executable/browsable
@ OR
world readable

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