MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ remove_from_lookup()

void MayaFlux::Core::WindowManager::remove_from_lookup ( const std::shared_ptr< Window > &  window)
private

Removes window from lookup table.

Definition at line 167 of file WindowManager.cpp.

168{
169 const auto& title = window->get_create_info().title;
170 m_window_lookup.erase(title);
171}
std::unordered_map< std::string, std::weak_ptr< Window > > m_window_lookup

References m_window_lookup.

Referenced by destroy_window().

+ Here is the caller graph for this function: