Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx154 template <typename ImplT>
156 : public ImplT,
159 typedef ImplT BaseT;
190 template <typename ImplT>
191 class ServiceImpl : public OwnServiceImpl< ::cppu::ImplInheritanceHelper1<ImplT,css::lang::XService…
193 typedef OwnServiceImpl< ::cppu::ImplInheritanceHelper1<ImplT,css::lang::XServiceInfo> > ServiceImpl…
214 template <typename ImplT, typename PostProcessFuncT, typename WithArgsT>
217 template <typename ImplT, typename PostProcessFuncT>
218 struct CreateFunc<ImplT, PostProcessFuncT, with_args<false> > {
230 new ImplT( rServiceDecl, xContext ) ); in operator ()()
[all …]