Values
APublic
Public access modifier, grants access from anywhere.
See also:
APrivate
Private access modifier, grants access to class and its sub-classes only.
See also:
AStatic
Static access modifier.
AInline
Inline access modifier. Allows expressions to be directly inserted in place of calls to them.
See also:
AMacro
Macros access modifier. Allows expression macro functions. These are normal functions which are executed as soon as they are typed.