ROSE
0.11.96.11
rexompiler
src
util
Sawyer
Access.h
1
// WARNING: Changes to this file must be contributed back to Sawyer or else they will
2
// be clobbered by the next update from Sawyer. The Sawyer repository is at
3
// https://github.com/matzke1/sawyer.
4
5
6
7
8
#ifndef Sawyer_Access_H
9
#define Sawyer_Access_H
10
11
#include <Sawyer/Sawyer.h>
12
13
namespace
Sawyer
{
14
namespace
Access {
15
19
enum
Access {
20
EXECUTABLE = 0x00000001,
21
WRITABLE = 0x00000002,
22
READABLE = 0x00000004,
23
IMMUTABLE = 0x00000008,
24
PRIVATE = 0x00000010,
25
RESERVED_MASK = 0x000000ff,
26
USERDEF_MASK = 0xffffff00
27
};
28
29
}
// namespace
30
}
// namespace
31
#endif
Sawyer
Name space for the entire library.
Definition:
Access.h:13
Generated on Mon Dec 19 2022 23:39:36 for ROSE by
1.8.17