fastjet 2.4.5
|
class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code More...
#include <DynamicNearestNeighbours.hh>
Public Member Functions | |
DnnError () | |
DnnError (const std::string &message) | |
std::string | message () const |
Private Attributes | |
std::string | _message |
class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code
Definition at line 64 of file DynamicNearestNeighbours.hh.
fastjet::DnnError::DnnError | ( | ) | [inline] |
Definition at line 67 of file DynamicNearestNeighbours.hh.
{;};
fastjet::DnnError::DnnError | ( | const std::string & | message | ) | [inline] |
Definition at line 68 of file DynamicNearestNeighbours.hh.
std::string fastjet::DnnError::message | ( | ) | const [inline] |
Definition at line 71 of file DynamicNearestNeighbours.hh.
{return _message;};
std::string fastjet::DnnError::_message [private] |
Definition at line 71 of file DynamicNearestNeighbours.hh.