An entry in the vector of search results generated by the method Search.
#include <index.hpp>
Public Field Index: | |
| int | FunctionArgumentMatch |
| alib::String | HTMLAnchor |
| The HTML anchor hash. Set only with members. | |
| alib::String | HTMLBaseURL |
| alib::String | HTMLFile |
| bool | IsIndirectByInheritance |
| Set if a member was found in a base type and not in the originally given one. | |
| bool | IsIndirectByTypeDef |
| bool | IsIndirectLinkToScannedHTMLSourceFile |
| Set if the method DoxygenXLinks::tryResolveHTMLTargetFile" is needed and succeeds. | |
| bool | IsResolvedTypeDef |
| Set the XLink targets a type-definition and requested to resolve that. | |
| bool | LinksToAScannedHTMLFile |
| Node | Node |
| The cursor pointing to the result. | |
| bool | QualifiersHintMatch |
Public Method Index: | |
| template<typename TGT> | |
| const TGT * | Cast () const |
| int dxl::Index::SearchResult::FunctionArgumentMatch |
| alib::String dxl::Index::SearchResult::HTMLAnchor |
| alib::String dxl::Index::SearchResult::HTMLBaseURL |
| alib::String dxl::Index::SearchResult::HTMLFile |
| bool dxl::Index::SearchResult::IsIndirectByInheritance |
| bool dxl::Index::SearchResult::IsIndirectByTypeDef |
| bool dxl::Index::SearchResult::IsIndirectLinkToScannedHTMLSourceFile |
| bool dxl::Index::SearchResult::IsResolvedTypeDef |
| bool dxl::Index::SearchResult::LinksToAScannedHTMLFile |
Set if a link targets file that is not in indexed (in the tag-file) but evaluated by the file-scanner of DoxygenXLinks. (Done with the method tryResolveHTMLTargetFile.)
| Node dxl::Index::SearchResult::Node |
| bool dxl::Index::SearchResult::QualifiersHintMatch |
| const TGT * dxl::Index::SearchResult::Cast | ( | ) | const |
Shortcut to Cast(const Target*) passing the Node's value.
| TGT | The requested target type. |
nullptr if the Node's target is not of the requested type.