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

◆ MF_LIVE_EXPOSE_NAMED

#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.

Parameters
nameString literal key prefix, typically #method_name.
ptrshared_ptr to expose.

Definition at line 300 of file LiveArena.hpp.