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

◆ clear()

void MayaFlux::Yantra::OperationRegistry::clear ( )
inline

Clear all registrations.

Definition at line 209 of file ComputeRegistry.hpp.

210 {
211 m_factories.clear();
212 m_type_info.clear();
213 }
std::unordered_map< TypeKey, Factory, TypeKeyHash > m_factories
std::unordered_map< TypeKey, std::pair< std::type_index, std::type_index >, TypeKeyHash > m_type_info

References m_factories, and m_type_info.