Searched refs:check_exception (Results 1 – 1 of 1) sorted by relevance
32 void check_exception() { in check_exception() function in MyInteger44 MyInteger() : m_pValue(new int(0)) { check_exception(); } in MyInteger()45 MyInteger(int i) : m_pValue(new int(i)) { check_exception(); } in MyInteger()46 MyInteger(const MyInteger& src) : m_pValue(new int(src)) { check_exception(); } in MyInteger()51 check_exception(); in operator =()