#include <DynamicNearestNeighbours.hh>
Public Member Functions | |
DnnError () | |
DnnError (const std::string &message) | |
std::string | message () const |
Private Attributes | |
std::string | _message |
Definition at line 64 of file DynamicNearestNeighbours.hh.
fastjet::DnnError::DnnError | ( | ) | [inline] |
fastjet::DnnError::DnnError | ( | const std::string & | message | ) | [inline] |
std::string fastjet::DnnError::message | ( | ) | const [inline] |
std::string fastjet::DnnError::_message [private] |
Definition at line 71 of file DynamicNearestNeighbours.hh.