#include <error.h>
Inheritance diagram for openalpp::Error:

Public Member Functions | |
| Error () | |
| Error (const char *description) | |
| Error (const Error &error) | |
| std::ostream & | put (std::ostream &stream) const |
|
|
Constructor. Will use a default error message. |
|
|
Constructor.
|
|
|
Copy constructor. |
|
|
Function used for printing.
|
1.3.9.1