8 #ifndef Sawyer_Access_H
9 #define Sawyer_Access_H
11 #include <Sawyer/Sawyer.h>
20 EXECUTABLE = 0x00000001,
21 WRITABLE = 0x00000002,
22 READABLE = 0x00000004,
23 IMMUTABLE = 0x00000008,
25 RESERVED_MASK = 0x000000ff,
26 USERDEF_MASK = 0xffffff00
Name space for the entire library.