StorageClass

Enumeration of storage classes.

Values

ValueMeaning
None0
Abstract1 << 0
Auto1 << 1
Const1 << 2
Deprecated1 << 3
Extern1 << 4
Final1 << 5
Override1 << 6
Scope1 << 7
Static1 << 8
Synchronized1 << 9
In1 << 10
Out1 << 11
Ref1 << 12
Lazy1 << 13
Variadic1 << 14
Immutable1 << 15
Manifest1 << 16
Nothrow1 << 17
Pure1 << 18
Shared1 << 19
Gshared1 << 20
Inout1 << 21
Disable1 << 22
Property1 << 23
Safe1 << 24
System1 << 25
Trusted1 << 26

Meta