Searched defs:my_exception2 (Results 1 – 7 of 7) sorted by relevance
29 struct my_exception2 struct31 explicit my_exception2( int res_code ) : m_res_code( res_code ) {} in my_exception2() argument52 throw my_exception2( 89 ); in throw_my_exception2() argument55 void my_exception2_translator( my_exception2 ) in my_exception2_translator() argument
21 struct my_exception2 struct23 explicit my_exception2( int res_code ) : m_res_code( res_code ) {} in my_exception2() function40 throw my_exception2( 45 ); in operator ()() argument
19 class my_exception2: public std::exception, public boost::exception class
28 class my_exception2: public std::exception, public boost::exception class
16 class my_exception2: public std::exception, public boost::exception class
28 class my_exception2: public std::exception, public virtual boost::exception class
24 struct my_exception2 {}; struct