#include <Error.hh>
Public Member Functions | |
Error () | |
Error (const std::string &message) | |
std::string | message () const |
Static Public Member Functions | |
static void | set_print_errors (bool print_errors) |
Private Attributes | |
std::string | _message |
Static Private Attributes | |
static bool | _print_errors = true |
Definition at line 43 of file Error.hh.
fastjet::Error::Error | ( | const std::string & | message | ) | [inline] |
std::string fastjet::Error::message | ( | ) | const [inline] |
static void fastjet::Error::set_print_errors | ( | bool | print_errors | ) | [inline, static] |
std::string fastjet::Error::_message [private] |
bool fastjet::Error::_print_errors = true [static, private] |