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

◆ assign_id()

uint32_t MayaFlux::Nexus::Fabric::assign_id ( Member m)
private

Definition at line 245 of file Fabric.cpp.

246{
247 uint32_t id = m_next_id++;
248 std::visit([id](const auto& ptr) {
249 ptr->m_id = id;
250 },
251 m);
252 return id;
253}
const uint8_t * ptr
uint32_t id() const
Stable id for this Fabric, assigned by Tapestry at construction.
Definition Fabric.hpp:77

References id(), m_next_id, and ptr.

Referenced by wire(), wire(), and wire().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: