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

◆ get_all_region_groups()

std::unordered_map< std::string, RegionGroup > MayaFlux::Kakshya::WindowContainer::get_all_region_groups ( ) const
overridevirtual

Get all region groups in the container.

Returns
Map of region group names to RegionGroup objects

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 398 of file WindowContainer.cpp.

399{
400 std::shared_lock lock(m_data_mutex);
401 return m_region_groups;
402}
void lock() override
Acquire a lock for thread-safe access.
std::unordered_map< std::string, RegionGroup > m_region_groups

References lock(), m_data_mutex, and m_region_groups.

+ Here is the call graph for this function: