C++ Java Unity
C++ Reference
TargetSearchResult Class Referenceabstract

Detailed Description

A search result returned from a TargetFinder.

Inheritance diagram for TargetSearchResult:
NonCopyable CloudRecoSearchResult

Public Member Functions

virtual Type getType () const =0
 Get the Type of this instance (typically a subclass of TargetSearchResult). More...
 
virtual bool isOfType (Type type) const =0
 Check if this instance is of the given Type or any of its subclasses. More...
 
virtual const char * getTargetName () const =0
 Get the name of the target. More...
 
virtual const char * getUniqueTargetId () const =0
 Get the system-wide unique id of the target. More...
 

Static Public Member Functions

static Type getClassType ()
 Get the Type for class 'TargetSearchResult'. More...
 

Member Function Documentation

static Type getClassType ( )
static

Get the Type for class 'TargetSearchResult'.

virtual Type getType ( ) const
pure virtual

Get the Type of this instance (typically a subclass of TargetSearchResult).

virtual bool isOfType ( Type  type) const
pure virtual

Check if this instance is of the given Type or any of its subclasses.

virtual const char* getTargetName ( ) const
pure virtual

Get the name of the target.

virtual const char* getUniqueTargetId ( ) const
pure virtual

Get the system-wide unique id of the target.