More...
#include <fastjet/internal/DynamicNearestNeighbours.hh>
|
| | DnnError (const std::string &message_in) |
| |
| | Error () |
| | default constructors
|
| |
| | Error (const std::string &message) |
| | ctor from an error message
|
| |
| virtual | ~Error () |
| | virtual dummy dtor
|
| |
| std::string | message () const |
| | the error message
|
| |
| std::string | description () const |
| | an alternative access to the error message (more standard)
|
| |
|
| static void | set_print_errors (bool print_errors) |
| | controls whether the error message (and the backtrace, if its printing is enabled) is printed out or not
|
| |
| static void | set_print_backtrace (bool enabled) |
| | controls whether the backtrace is printed out with the error message or not.
|
| |
| static void | set_default_stream (std::ostream *ostr) |
| | sets the default output stream for all errors; by default cerr; if it's null then error output is suppressed.
|
| |
Definition at line 73 of file DynamicNearestNeighbours.hh.
◆ DnnError()
| fastjet::DnnError::DnnError |
( |
const std::string & |
message_in | ) |
|
|
inline |
The documentation for this class was generated from the following file: