Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dscopeguard.hxx52 : m_func( func ), m_excHandling( excHandling ) {} in ScopeGuard()
63 exc_handling const m_excHandling; member in comphelper::ScopeGuard
/trunk/main/comphelper/source/misc/
H A Dscopeguard.cxx37 if (m_excHandling == IGNORE_EXCEPTIONS) in ~ScopeGuard()