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

◆ get_history()

const std::deque< bool > & MayaFlux::Nodes::Generator::LogicContext::get_history ( ) const
inline

Definition at line 96 of file Logic.hpp.

96{ return m_history; }
std::deque< bool > m_history
History of boolean states.
Definition Logic.hpp:109