Searched refs:m_func (Results 1 – 3 of 3) sorted by relevance
106 : 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::GenericSolarThreadExecutor148 : 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
35 if (m_func) in ~ScopeGuard()40 m_func(); in ~ScopeGuard()56 m_func(); in ~ScopeGuard()63 m_func.clear(); in dismiss()
52 : m_func( func ), m_excHandling( excHandling ) {} in ScopeGuard()62 ::boost::function0<void> m_func; // preferring portable syntax
Completed in 16 milliseconds