is_pointer


Description:

public bool is_pointer ()

Obtain if the type is passed as a reference.

Note that the types of OUT and INOUT parameters will only be pointers if the underlying type being transferred is a pointer (i.e. only if the type of the C function’s formal parameter is a pointer to a pointer).

Parameters:

info

a TypeInfo

Returns:

true if it is a pointer