Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx106 : m_exc(), m_func(func), m_result() {} in GenericSolarThreadExecutor()
111 m_result.reset( m_func() ); in doIt()
114 m_result.reset( m_func() ); in doIt()
125 FuncT const m_func; member in vcl::solarthread::detail::GenericSolarThreadExecutor
148 : m_exc(), m_func(func) {} in GenericSolarThreadExecutor()
153 m_func(); in doIt()
156 m_func(); in doIt()
167 FuncT const m_func; member in vcl::solarthread::detail::GenericSolarThreadExecutor
/trunk/main/comphelper/source/misc/
H A Dscopeguard.cxx35 if (m_func) in ~ScopeGuard()
40 m_func(); in ~ScopeGuard()
56 m_func(); in ~ScopeGuard()
63 m_func.clear(); in dismiss()
/trunk/main/comphelper/inc/comphelper/
H A Dscopeguard.hxx52 : m_func( func ), m_excHandling( excHandling ) {} in ScopeGuard()
62 ::boost::function0<void> m_func; // preferring portable syntax

Completed in 13 milliseconds