MayaFlux 0.2.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 224 of file WindowContainer.cpp.

225{
226 std::shared_lock lock(m_data_mutex);
227 return m_region_groups;
228}
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: