Searched refs:SafeBool (Results 1 – 1 of 1) sorted by relevance
335 class SafeBool { class337 typedef void (SafeBool::*type)() const;340 return value ? &SafeBool::trueValue : 0; in makeSafe()526 operator SafeBool::type() const { return SafeBool::makeSafe( m_p != CATCH_NULL ); } in operator SafeBool::type()2771 operator SafeBool::type() const { in operator SafeBool::type()2772 return SafeBool::makeSafe( some() ); in operator SafeBool::type()