op_exception Class Reference

#include <op_exception.h>

Inheritance diagram for op_exception:
Inheritance graph
[legend]

Public Member Functions

 op_exception (std::string const &msg)
 ~op_exception ()=0 throw ()
char const * what () const throw ()

Private Attributes

std::string message

Detailed Description

exception abstract base class

Definition at line 28 of file op_exception.h.


Constructor & Destructor Documentation

op_exception::op_exception ( std::string const &  msg  )  [explicit]
op_exception::~op_exception (  )  throw () [pure virtual]

Definition at line 24 of file op_exception.cpp.


Member Function Documentation

char const * op_exception::what (  )  const throw ()

Definition at line 28 of file op_exception.cpp.

References message.

Referenced by main(), and run_pp_tool().

Here is the caller graph for this function:


Field Documentation

std::string op_exception::message [private]

Definition at line 35 of file op_exception.h.

Referenced by what().


The documentation for this class was generated from the following files:

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1