iDRS™ SDK 16
Loading...
Searching...
No Matches
CSearchResult_interface.h
Go to the documentation of this file.
1
7#ifndef CSEARCHRESULT_INTERFACE_H
8
9#define CSEARCHRESULT_INTERFACE_H
10
11#include "CObjPtr_interface.h"
14
15#include "idrs_common.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
28const idrs_string CSearchResult_GetIdentifier(const CSearchResult argCSearchResult, idrs_exception *pargException);
29
37const CSearchMatchArray CSearchResult_GetMatches(const CSearchResult argCSearchResult, idrs_exception *pargException);
38
47CSearchResultArray ArrayInterface_Create_CSearchResultArray(idrs_exception *pargException);
48
49#ifdef __cplusplus
50}
51#endif /* __cplusplus */
52
53#endif /* CSEARCHRESULT_INTERFACE_H */
Interface for CObjPtr wrapper.
Interface for CSearchContext wrapper.
Interface for CSearchMatch wrapper.
const idrs_string CSearchResult_GetIdentifier(const CSearchResult argCSearchResult, idrs_exception *pargException)
Retrieves the identifier of the matched search context.
CSearchResultArray ArrayInterface_Create_CSearchResultArray(idrs_exception *pargException)
Creates a new CSearchResultArray object.
const CSearchMatchArray CSearchResult_GetMatches(const CSearchResult argCSearchResult, idrs_exception *pargException)
gets the Match elements of this Result
CDataExtractionResult contains the results of a data extraction run.
Class that handles a string of characters.