IsWriteable Data Member Function

Returns a bool that indicates whether or not the state of qualification allows the object to be writeable. For example: the return value will be false if the <QualifierList> stores a 'const' or 'in' or 'uniform' qualifier.

Prototype

int32 IsWriteable( QualifierList p_oQualifierList )

Parameters

Parameter Type Parameter Name Documentation
<QualifierList>p_oQualifierListA pointer to the <QualifierList> whose read-write state you wish to check.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.