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

◆ apply_container_context()

template<typename T >
void MayaFlux::CreationHandle< T >::apply_container_context ( )
inlineprivate

Definition at line 169 of file Creator.hpp.

170 {
171 if (!*this)
172 return;
173
174 std::shared_ptr<Kakshya::SoundFileContainer> container = std::static_pointer_cast<Kakshya::SoundFileContainer>(*this);
175 register_container(container, m_ctx.domain.value());
176 }
CreationContext m_ctx
Definition Creator.hpp:178
void register_container(const std::shared_ptr< Kakshya::SoundFileContainer > &container, const Domain &domain)
Definition Creator.cpp:84
std::optional< Domain > domain
Definition Creator.hpp:9

References MayaFlux::CreationContext::domain, MayaFlux::CreationHandle< T >::m_ctx, and MayaFlux::register_container().

Referenced by MayaFlux::CreationHandle< T >::apply_if_ready().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: