RestrictQualifier Type
Restrict qualifier including optional const and volatile qualifier. It is consisted of quadruple, restrict, optional const and volatile and pointer. Nothing implies no qualifier and pointer, JustPointer implies only pointer.
Union cases
Union case | Description |
Full Usage:
Nothing
|
|
Full Usage:
Restrict
|
|
Full Usage:
RestrictConst
|
|
Full Usage:
RestrictVolatile
|
|
Full Usage:
RestrictVolatileConst
|
|
Full Usage:
Unknown
|
Instance members
Instance member | Description |
Full Usage:
this.IsNothing
Returns: bool
|
|
Full Usage:
this.IsRestrict
Returns: bool
|
|
Full Usage:
this.IsRestrictConst
Returns: bool
|
|
Full Usage:
this.IsRestrictVolatile
Returns: bool
|
|
Full Usage:
this.IsRestrictVolatileConst
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|