A search result returned from a TargetFinder.
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... | |
|
static |
Get the Type for class 'TargetSearchResult'.
|
pure virtual |
Get the Type of this instance (typically a subclass of TargetSearchResult).
|
pure virtual |
Check if this instance is of the given Type or any of its subclasses.
|
pure virtual |
Get the name of the target.
|
pure virtual |
Get the system-wide unique id of the target.