Searched defs:exception_base (Results 1 – 3 of 3) sorted by relevance
127 struct exception_base struct129 struct data_type132 struct strong_type137 data_type init() const { return data_type(); } in init()138 void check BOOST_PREVENT_MACRO_SUBSTITUTION() const {} in BOOST_PREVENT_MACRO_SUBSTITUTION()
125 class exception_base { protected: virtual ~exception_base() throw() {} }; in ~exception_base() class in __anon6b1b4af40111::MyOverflowingUnsigned
49 struct exception_base: virtual std::exception, virtual boost::exception { }; struct