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 122 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 127 of file XrdClFileSystem.hh.

128 {
129 None = 0,
130 UR = kXR_ur,
131 UW = kXR_uw,
132 UX = kXR_ux,
133 GR = kXR_gr,
134 GW = kXR_gw,
135 GX = kXR_gx,
136 OR = kXR_or,
137 OW = kXR_ow,
138 OX = kXR_ox
139 };
@ kXR_gw
Definition XProtocol.hh:474
@ kXR_ur
Definition XProtocol.hh:470
@ kXR_uw
Definition XProtocol.hh:471
@ kXR_gr
Definition XProtocol.hh:473
@ kXR_ow
Definition XProtocol.hh:477
@ kXR_gx
Definition XProtocol.hh:475
@ kXR_or
Definition XProtocol.hh:476
@ kXR_ox
Definition XProtocol.hh:478
@ kXR_ux
Definition XProtocol.hh:472
@ 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: