Home
last modified time | relevance | path

Searched defs:CreateFunc (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx218 struct CreateFunc<ImplT, PostProcessFuncT, with_args<false> > { struct
219 PostProcessFuncT const m_postProcessFunc;
220 explicit CreateFunc( PostProcessFuncT const& postProcessFunc ) in CreateFunc() function
224 operator()( ServiceDecl const& rServiceDecl, in operator ()()
235 struct CreateFunc<ImplT, PostProcessFuncT, with_args<true> > { struct
236 PostProcessFuncT const m_postProcessFunc;
237 explicit CreateFunc( PostProcessFuncT const& postProcessFunc ) in CreateFunc() function
241 operator()( ServiceDecl const& rServiceDecl, in operator ()()

Completed in 21 milliseconds