<PointerInfo> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » PointerInfo

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AssertTypeInfoReturns true if the <TypeInformation> sample pointer does not match the <TypeInformation> rule pointer. Otherwise returns false.
stringGetTypeErrorReturns a string that contains error information in the event that this object's <Type> object pointer does not match this object's <TypeInformation> pointer.
stringGetTypeInfoErrorReturns a string that contains error information in the event that the <TypeInformation> sample pointer does not match the <TypeInformation> pointer.
int32IsReturns true if the <Type> pointer submitted to this function matches the <TypeInformation> pointer submitted to this function.
int32IsAnyReturns true if the specified <Type> pointer is derived from any of the types in the specified <TypeInfoArray>.
int32IsBinaryReturns true if the specified <Type> pointer is derived from either of the specified <TypeInformation> pointers.
int32IsDerivedReturns true if the <TypeInformation> sample pointer submitted to this function is derived from the <TypeInformation> rule pointer submitted to this function.
int32IsExceptReturns true if the specified <Type> pointer is the first type and not the second type. This is useful for performing strict tests that eliminate subclasses.
int32IsExceptBinaryReturns true if the specified <Type> pointer is the first type and not any subsequent type. This is useful for performing strict tests that eliminate subclasses.
int32IsExceptQuaternaryReturns true if the specified <Type> pointer is the first type and not any subsequent type. This is useful for performing strict tests that eliminate subclasses.
int32IsExceptTernaryReturns true if the specified <Type> pointer is the first type and not any subsequent type. This is useful for performing strict tests that eliminate subclasses.
int32IsNotReturns true if the specified <Type> pointer does not match the specified <TypeInformation> pointer.
int32IsNotBinaryReturns true if the specified <Type> pointer does not match any of the specified <TypeInformation> pointers.
int32IsNotQuaternaryReturns true if the specified <Type> pointer does not match any of the specified <TypeInformation> pointers.
int32IsNotTernaryReturns true if the specified <Type> pointer does not match any of the specified <TypeInformation> pointers.
int32IsQuaternaryReturns true if the specified <Type> pointer matches any of the specified <TypeInformation> pointers.
int32IsTernaryReturns true if the specified <Type> pointer matches any of the specified <TypeInformation> pointers.