IDA C++ SDK 9.2
Loading...
Searching...
No Matches
match_range_t Struct Reference

A half-open character range [start, end) within a result name string, indicating which characters were matched by the query (or are most relevant to with fuzzy matching). More...

#include <indexer.hpp>

Public Attributes

size_t start
 Index of the first matched character.
size_t end
 One past the last matched character.

Detailed Description

A half-open character range [start, end) within a result name string, indicating which characters were matched by the query (or are most relevant to with fuzzy matching).

Member Data Documentation

◆ start

size_t match_range_t::start

Index of the first matched character.

◆ end

size_t match_range_t::end

One past the last matched character.


The documentation for this struct was generated from the following file: