VERIFY_REF_VALUE

Previous  Next

 

VERIFY_REF_VALUE( value )

 


 

Verifies that the supplied value is of REFERENCE type.  If not, the macro will signal a SE_RN_BAD_PARAMS error.

 

Example

 

BEGIN_PARSE( s, l )

  POP_VALUE( val )

END_PARSE

 

VERIFY_REF_VALUE( val );