56 template <
typename... ArgsType>
57 static Proxy make(
const std::string &path, ArgsType&&... args);
62 template <
typename... ArgsType>
66 auto registry = env->findProxy(
"Pothos/BlockRegistry");
67 return registry.callProxy(path, std::forward<ArgsType>(args)...);
#define POTHOS_API
Definition: Config.hpp:41
Definition: Callable.hpp:30
Definition: BlockRegistry.hpp:30
static Proxy make(const std::string &path, ArgsType &&...args)
static Sptr make(const std::string &name, const ProxyEnvironmentArgs &args=ProxyEnvironmentArgs())