|
IDA C++ SDK 9.2
|
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. | |
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).
| size_t match_range_t::start |
Index of the first matched character.
| size_t match_range_t::end |
One past the last matched character.