|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Exposes an existing shared_ptr-managed object to the live arena under key.
The shared_ptr ref-count is incremented; the object remains alive at least as long as the arena entry exists. Reachable from JIT'd code via live_cast<T>(key).
| T | Type of the object. |
| key | Null-terminated string used to locate the object from the JIT. |
| obj | shared_ptr to the existing object. |
key is already registered or the directory is full. Definition at line 349 of file LiveArena.hpp.
References MayaFlux::internal::live_arena_expose().
Here is the call graph for this function: