CVModifier Type
Indicates CV class modifier.
Union cases
Union case | Description |
Full Usage:
Constant
|
|
Full Usage:
ConstantVolatile
|
|
Full Usage:
NoMod
|
|
Full Usage:
UnknownMod
|
|
Full Usage:
Volatile
|
Instance members
Instance member | Description |
Full Usage:
this.IsConstant
Returns: bool
|
|
Full Usage:
this.IsConstantVolatile
Returns: bool
|
|
Full Usage:
this.IsNoMod
Returns: bool
|
|
Full Usage:
this.IsUnknownMod
Returns: bool
|
|
Full Usage:
this.IsVolatile
Returns: bool
|
|