#include <op_exception.h>

Public Member Functions | |
| op_exception (std::string const &msg) | |
| ~op_exception ()=0 throw () | |
| char const * | what () const throw () |
Private Attributes | |
| std::string | message |
exception abstract base class
Definition at line 28 of file op_exception.h.
| 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.
| 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().

std::string op_exception::message [private] |
Definition at line 35 of file op_exception.h.
Referenced by what().
1.6.1