Public Member Functions | |
| template<typename T > | |
| runtime_error & | operator<< (const T &t) |
| runtime_error () | |
| runtime_error (const runtime_error &re) | |
| virtual | ~runtime_error () throw () |
Public Attributes | |
| stringstream | ss |
Definition at line 50 of file nabo/nabo.cpp.
| Nabo::runtime_error::runtime_error | ( | ) | [inline] |
Definition at line 63 of file nabo/nabo.cpp.
| Nabo::runtime_error::runtime_error | ( | const runtime_error & | re | ) | [inline] |
Definition at line 64 of file nabo/nabo.cpp.
| virtual Nabo::runtime_error::~runtime_error | ( | ) | throw () [inline, virtual] |
Definition at line 65 of file nabo/nabo.cpp.
| runtime_error& Nabo::runtime_error::operator<< | ( | const T & | t | ) | [inline] |
Definition at line 53 of file nabo/nabo.cpp.
| stringstream Nabo::runtime_error::ss |
Definition at line 51 of file nabo/nabo.cpp.