PointerTypeIndicator Type
Indicates the type of the pointer.
Union cases
Union case | Description |
Full Usage:
ConstantPointer
|
|
Full Usage:
ConstantVolatilePointer
|
|
Full Usage:
EmptyPointer
|
|
Full Usage:
NormalPointer
|
|
Full Usage:
NormalRValueReference
|
|
Full Usage:
NormalReference
|
|
Full Usage:
UnknownPointer
|
|
Full Usage:
VolatilePointer
|
|
Full Usage:
VolatileRValueReference
|
|
Full Usage:
VolatileReference
|
Instance members
Instance member | Description |
Full Usage:
this.IsConstantPointer
Returns: bool
|
|
Full Usage:
this.IsConstantVolatilePointer
Returns: bool
|
|
Full Usage:
this.IsEmptyPointer
Returns: bool
|
|
Full Usage:
this.IsNormalPointer
Returns: bool
|
|
Full Usage:
this.IsNormalRValueReference
Returns: bool
|
|
Full Usage:
this.IsNormalReference
Returns: bool
|
|
Full Usage:
this.IsUnknownPointer
Returns: bool
|
|
Full Usage:
this.IsVolatilePointer
Returns: bool
|
|
Full Usage:
this.IsVolatileRValueReference
Returns: bool
|
|
Full Usage:
this.IsVolatileReference
Returns: bool
|
|