Blender V4.3
blender::string_search::RecentCache Struct Reference

#include <BLI_string_search.hh>

Public Attributes

Map< std::string, intlogical_time_by_str
 

Detailed Description

Definition at line 43 of file BLI_string_search.hh.

Member Data Documentation

◆ logical_time_by_str

Map<std::string, int> blender::string_search::RecentCache::logical_time_by_str

Stores a logical time stamp for each previously chosen search item. The higher the time stamp, the more recently the item has been selected.

Definition at line 48 of file BLI_string_search.hh.

Referenced by blender::string_search::StringSearchBase::add_impl(), blender::ui::string_search::add_recent_search(), blender::ui::string_search::read_recent_searches_file(), and blender::ui::string_search::write_recent_searches_file().


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