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

◆ name()

const std::string & MayaFlux::Kriya::EventChain::name ( ) const
inline

Gets the name of the event chain.

Returns
Name of the event chain

The name can be used for debugging or management purposes, especially when multiple chains are active. If no name was set, this will return an empty string.

Definition at line 145 of file Chain.hpp.

145{ return m_name; }
std::string m_name
Optional name for the event chain.
Definition Chain.hpp:210