fastjet 2.4.5
|
class corresponding to errors that will be thrown by fastjet More...
#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 |
class corresponding to errors that will be thrown by fastjet
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] |
Definition at line 54 of file Error.hh.
{ _print_errors = print_errors;};
std::string fastjet::Error::_message [private] |
bool fastjet::Error::_print_errors = true [static, private] |