MCPcopy Create free account
hub / github.com/ImageEngine/cortex / OpenModeFlags

Enum OpenModeFlags

include/IECore/IndexedIO.h:68–76  ·  view source on GitHub ↗

General enums and low level structures

Source from the content-addressed store, hash-verified

66
67 /// General enums and low level structures
68 enum OpenModeFlags
69 {
70 Read = 1L << 0,
71 Write = 1L << 1,
72 Append = 1L << 2,
73
74 Shared = 1L << 3,
75 Exclusive = 1L << 4,
76 } ;
77
78 typedef unsigned OpenMode;
79

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected