GetStorageQualifier Data Member Function

Returns the value of the current storage qualifier resident in the <QualifierList>, or zero if the storage qualifier is not resident. The value returned refers to the GLSL_Qualifier enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 GetStorageQualifier( QualifierList p_oQualifierList )

Parameters

Parameter Type Parameter Name Documentation
<QualifierList>p_oQualifierListA pointer to the <QualifierList> you wish you wish to search for a storage qualifier.

Examples

Copy Text To Clipboard

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