Go to the source code of this file.
|
| #define | B(method_name, full_type_name) |
| |
| #define | N(method_name, full_type_name) |
| |
| #define | W(method_name, full_type_name) |
| |
|
| std::shared_ptr< Kakshya::SoundFileContainer > | MayaFlux::operator| (std::shared_ptr< Kakshya::SoundFileContainer > obj, const CreationContext &ctx) |
| |
template<typename T >
requires std::is_base_of_v<Nodes::Node, T> |
| std::shared_ptr< T > | MayaFlux::operator| (std::shared_ptr< T > obj, const CreationContext &ctx) |
| |
template<typename T >
requires std::is_base_of_v<Nodes::Network::NodeNetwork, T> |
| std::shared_ptr< T > | MayaFlux::operator| (std::shared_ptr< T > obj, const CreationContext &ctx) |
| |
template<typename T >
requires std::is_base_of_v<Buffers::Buffer, T> |
| std::shared_ptr< T > | MayaFlux::operator| (std::shared_ptr< T > obj, const CreationContext &ctx) |
| |
| void | MayaFlux::register_buffer (const std::shared_ptr< Buffers::Buffer > &buffer, const CreationContext &ctx) |
| |
| void | MayaFlux::register_container (const std::shared_ptr< Kakshya::SoundFileContainer > &container, const Domain &domain) |
| |
| void | MayaFlux::register_network (const std::shared_ptr< Nodes::Network::NodeNetwork > &network, const CreationContext &ctx) |
| |
| void | MayaFlux::register_node (const std::shared_ptr< Nodes::Node > &node, const CreationContext &ctx) |
| |