#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 |
| openalpp::Error::Error | ( | ) | [inline] |
Constructor. Will use a default error message.
| openalpp::Error::Error | ( | const char * | description | ) | [inline] |
Constructor.
| description | is error message to use. |
| openalpp::Error::Error | ( | const Error & | error | ) | [inline] |
Copy constructor.
| std::ostream& openalpp::Error::put | ( | std::ostream & | stream | ) | const |
Function used for printing.
| stream | is stream to print to |
1.4.7