Blender V5.0
blender::string_search::InitialsMatch Struct Reference

Public Member Functions

int count_main_group_matches (const SearchItem &item) const
bool better_than (const InitialsMatch &other, const SearchItem &item) const

Public Attributes

Vector< int > matched_word_indices

Detailed Description

Definition at line 163 of file string_search.cc.

Member Function Documentation

◆ better_than()

bool blender::string_search::InitialsMatch::better_than ( const InitialsMatch & other,
const SearchItem & item ) const
inline

Definition at line 177 of file string_search.cc.

References count_main_group_matches().

◆ count_main_group_matches()

int blender::string_search::InitialsMatch::count_main_group_matches ( const SearchItem & item) const
inline

Member Data Documentation

◆ matched_word_indices

Vector<int> blender::string_search::InitialsMatch::matched_word_indices

Definition at line 164 of file string_search.cc.

Referenced by blender::string_search::match_word_initials().


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