HomeSort by relevance Sort by last modified time
    Searched defs:op_exception (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libutil++/
op_exception.cpp 2 * @file op_exception.cpp
14 #include "op_exception.h"
18 op_exception::op_exception(string const & msg) function in class:op_exception
24 op_exception::~op_exception() throw()
28 char const * op_exception::what() const throw()
36 op_exception(msg)
op_exception.h 2 * @file op_exception.h
28 class op_exception : public std::exception { class in inherits:std::exception
30 explicit op_exception(std::string const& msg);
31 ~op_exception() throw() = 0;
44 struct op_fatal_error : op_exception

Completed in 301 milliseconds