|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include <Creator.hpp>
Inheritance diagram for MayaFlux::CreationHandle< T >:
Collaboration diagram for MayaFlux::CreationHandle< T >:Public Member Functions | |
| CreationHandle (const std::shared_ptr< T > &ptr) | |
| CreationHandle (std::shared_ptr< T > &&ptr) | |
| CreationHandle & | domain (Domain d) |
| CreationHandle & | channel (uint32_t ch) |
| CreationHandle & | channels (std::vector< uint32_t > ch) |
| template<typename... Args> | |
| CreationHandle & | channels (Args... args) |
| CreationHandle & | operator| (Domain d) |
| CreationHandle & | operator[] (uint32_t ch) |
| CreationHandle & | operator[] (std::initializer_list< uint32_t > ch_list) |
Private Member Functions | |
| void | apply_if_ready () |
| void | apply_node_context () |
| void | apply_network_context () |
| void | apply_buffer_context () |
| void | apply_container_context () |
Private Attributes | |
| CreationContext | m_ctx |
Definition at line 43 of file Creator.hpp.