Home
last modified time | relevance | path

Searched refs:ifaceParams (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dmacro.hpp187 #define DELEGATE_IMPL(r, from, method, ifaceParams, implArgs) \ argument
188 r from::method ifaceParams { return this->impl->method implArgs; }
235 #define DELEGATE_BASE_STATIC(r, from, method, ifaceParams, implArgs) \ argument
236 r from::method ifaceParams { return Impl::method implArgs; }
254 #define DELEGATE_IMPL_MEMBER(r, from, method, member, ifaceParams, implArgs) \ argument
255 r from::method ifaceParams { return this->impl->member.method implArgs; }