Header menu logo B2R2

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

Nothing

Full Usage: Nothing

Restrict

Full Usage: Restrict

RestrictConst

Full Usage: RestrictConst

RestrictVolatile

Full Usage: RestrictVolatile

RestrictVolatileConst

Full Usage: RestrictVolatileConst

Unknown

Full Usage: Unknown

Instance members

Instance member Description

this.IsNothing

Full Usage: this.IsNothing

Returns: bool
Returns: bool

this.IsRestrict

Full Usage: this.IsRestrict

Returns: bool
Returns: bool

this.IsRestrictConst

Full Usage: this.IsRestrictConst

Returns: bool
Returns: bool

this.IsRestrictVolatile

Full Usage: this.IsRestrictVolatile

Returns: bool
Returns: bool

this.IsRestrictVolatileConst

Full Usage: this.IsRestrictVolatileConst

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.