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

◆ g_live_arena_shared_ptrs

MAYAFLUX_API std::shared_ptr< void > MayaFlux::internal::g_live_arena_shared_ptrs {}

Shared ownership table for objects registered via expose_live.

Stores shared_ptr<void> so live_cast can reconstruct a typed shared_ptr<T> via static_pointer_cast. Null for bump-allocated entries.

Definition at line 9 of file LiveArena.cpp.

9{};

Referenced by live_arena_expose(), and MayaFlux::live_cast_impl().