TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
iTestInterop Struct Referenceabstract
Inheritance diagram for iTestInterop:
iTestInteropForEach iUnknown

Detailed Description

Test interop interface.

Public Member Functions

virtual void FeatureSetNeverThere ()=0
 
virtual void FeatureSetFull ()=0
 
virtual void FeatureSetEmbedded ()=0
 
virtual void FeatureSetLight ()=0
 
virtual tInt GenerateCrash (ni::tU32 anExceptionType)=0
 Emulate a crash. More...
 
virtual tSize GetNumTestInteropObjects () const =0
 Get the number of test interop objects created. {Property}. More...
 
virtual iTestInteropObjectGetTestInteropObject (ni::tSize anIndex) const =0
 Get the test interop object at the specified index. {Property}. More...
 
virtual iTestInteropObjectCreateTestInteropObject (ni::tU32 anNumItems)=0
 Create a test interop object. More...
 
- Public Member Functions inherited from iTestInteropForEach
virtual void ForEachObject_OnTestInteropSink_Void (iTestInteropSink *apSink)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual void ForEachObject_OnTestInteropSink_Void_I32 (iTestInteropSink *apSink, ni::tI32 v)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual void ForEachObject_OnTestInteropSink_Void_I64 (iTestInteropSink *apSink, ni::tI64 v)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual void ForEachObject_OnTestInteropSink_Void_Ptr (iTestInteropSink *apSink, ni::tPtr v)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual Var ForEachObject_OnTestInteropSink_Var_Var (iTestInteropSink *apSink, Var v)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual sVec3f ForEachObject_OnTestInteropSink_Vec3f_String (iTestInteropSink *apSink, const ni::achar *aaszStr)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual sVec3f ForEachObject_OnTestInteropSink_Vec3f_CObject (iTestInteropSink *apSink)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual sVec3f ForEachObject_OnTestInteropSink_Vec3f_Object (iTestInteropSink *apSink)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual iTestInteropObjectForEachObject_OnTestInteropSink_Object_CObject (iTestInteropSink *apSink)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual iTestInteropObjectForEachObject_OnTestInteropSink_Object_Object (iTestInteropSink *apSink)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual iTestInteropObjectForEachObject_OnTestInteropSink_Object_Object2 (iTestInteropSink *apSink, ni::tU32 a, ni::tF32 b)=0
 Call the sink for each object, adds the values returned, if any. More...
 
virtual iTestInteropObjectForEachObject_OnTestInteropSink_Object_ObjectVec3f (iTestInteropSink *apSink, const ni::sVec3f &v)=0
 Call the sink for each object, adds the values returned, if any. More...
 
- Public Member Functions inherited from iUnknown
virtual tBool IsOK () const =0
 Check if the object is valid. More...
 
virtual tI32 AddRef ()=0
 Signal that one more reference of the object has been created. More...
 
virtual tI32 Release ()=0
 Release a reference of the object. More...
 
virtual void DeleteThis ()=0
 Bypass any reference counting and delete this object. More...
 
virtual void Invalidate ()=0
 Invalidate the object. More...
 
virtual iUnknownQueryInterface (const tUUID &aIID)=0
 Query an interface. More...
 
virtual void ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0
 Fill a UUID list containing the UUIDs of the implemented interfaces. More...
 
virtual tI32 SetNumRefs (tI32 anNumRefs)=0
 Set the reference counter directly. More...
 
virtual tI32 GetNumRefs () const =0
 Get the number of references to this object. More...
 

Member Function Documentation

virtual void FeatureSetNeverThere ( )
pure virtual
virtual void FeatureSetFull ( )
pure virtual
virtual void FeatureSetEmbedded ( )
pure virtual
virtual void FeatureSetLight ( )
pure virtual
virtual tInt GenerateCrash ( ni::tU32  anExceptionType)
pure virtual

Emulate a crash.

See also
CrashRpt.h
virtual tSize GetNumTestInteropObjects ( ) const
pure virtual

Get the number of test interop objects created. {Property}.

virtual iTestInteropObject* GetTestInteropObject ( ni::tSize  anIndex) const
pure virtual

Get the test interop object at the specified index. {Property}.

virtual iTestInteropObject* CreateTestInteropObject ( ni::tU32  anNumItems)
pure virtual

Create a test interop object.