|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The SearchResults class is a smart-pointer to a database object. It contains the results of a Find operation.
◆ SearchResults()
The copy constructor creates a new SearchResults object that shares the underlying smart-pointer of the source.
- Parameters
-
in_search_results | The source of the copy. |
◆ Assign()
Share the underlying smart-pointer if the assignment source. This method is functionally equivalent to the overloaded assignment operator except for the return value.
- Parameters
-
in_search_results | The source of the assignment. |
◆ GetCount()
ulong HPS.SearchResults.GetCount |
( |
| ) |
|
|
inline |
Gets the number of items that were found in the associated search.
- Returns
- The number of unique items found.
◆ GetIterator()
Returns a SearchResultsIterator used to iterate through the found search results.
- Returns
- An iterator pointing to the beginning of the search results list.
◆ ObjectType()
override HPS.Type HPS.SearchResults.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ Reset()
override void HPS.SearchResults.Reset |
( |
| ) |
|
|
inlinevirtual |
Resets this object to its initial, uninitialized state.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.SearchResults.cs