MayaFlux
0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_active_snapshot_context()
uint64_t MayaFlux::Nodes::Node::get_active_snapshot_context
(
)
const
inline
Get the active snapshot context ID.
Returns
The current active snapshot context ID, or 0 if none
Definition at line
526
of file
Node.hpp
.
527
{
528
return
m_snapshot_context_id
.load(std::memory_order_acquire);
529
}
MayaFlux::Nodes::Node::m_snapshot_context_id
std::atomic< uint64_t > m_snapshot_context_id
Unique identifier for the current snapshot context.
Definition
Node.hpp:670
MayaFlux
Nodes
Node
Generated by
1.9.8