|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| #define MF_LIVE_EXPOSE_NAMED | ( | name, | |
| ptr | |||
| ) | ((void)0) |
Auto-expose variant with an explicit name prefix and per-name counter.
Generates keys of the form "name_N" where N is a monotonic counter local to the call site's template instantiation. Use inside Creator macro expansions where the method name is available via the stringified macro parameter.
| name | String literal key prefix, typically #method_name. |
| ptr | shared_ptr to expose. |
Definition at line 300 of file LiveArena.hpp.