MayaFlux
0.2.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
519
of file
Node.hpp
.
520
{
521
return
m_snapshot_context_id
.load(std::memory_order_acquire);
522
}
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:610
MayaFlux
Nodes
Node
Generated by
1.9.8