123 #ifndef LUMIERA_INTERFACE_PROXY_H 124 #define LUMIERA_INTERFACE_PROXY_H 151 template<
class FA,
class I>
166 template<
class I,
class FA>
171 template<
class I,
class FA>
175 template<
class I,
class FA>
I & get() const
directly access the instance via the CL interface
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...
Implementation Base for building Facade Proxy implementations.
Lumiera error handling (C++ interface).
Handle tracking the registration of an interface, deregistering it on deletion.
Lumiera public interface.
A handle template for automatically dealing with interface and plugin registration and deregistration...
typename lib::DependInject< FA >::template ServiceInstance< Proxy< InstanceHandle< I, FA > >> ServiceHandle
The ServiceHandle automatically creates and manages the Proxy instance.