|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| #define MF_LIVE_EXPOSE_AUTO | ( | ptr | ) | ((void)0) |
Auto-expose variant that deduces the key prefix from the shared_ptr element type.
Generates keys of the form "TypeName_N" where N is a per-type monotonic counter. The static counter is local to each template instantiation so each type maintains its own independent sequence: Sine_0, Sine_1, Phasor_0, Phasor_1, etc.
Use when no explicit name is available at the call site (e.g. read_* methods).
| ptr | shared_ptr whose element_type drives both the key prefix and the counter. |
Definition at line 275 of file LiveArena.hpp.