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

◆ m_token_enforcement_strategy

template<typename BufferType >
TokenEnforcementStrategy MayaFlux::Buffers::RootBuffer< BufferType >::m_token_enforcement_strategy { TokenEnforcementStrategy::STRICT }
protected

Current token enforcement strategy for this root buffer.

This defines how child buffers are validated and processed based on their processing tokens. It allows for flexible control over how different processing streams interact.

Definition at line 299 of file RootBuffer.hpp.

@ STRICT
Strictly enforces token assignment with no cross-token sharing.