#include <iostream>
#include <string>
#include <stdexcept>
#include "openalpp/export.h"
Go to the source code of this file.
Namespaces | |
namespace | openalpp |
Classes | |
class | openalpp::Error |
class | openalpp::FatalError |
class | openalpp::FileError |
class | openalpp::MemoryError |
class | openalpp::NameError |
class | openalpp::ValueError |
class | openalpp::InitError |
Functions | |
OPENALPP_API std::ostream & | operator<< (std::ostream &stream, const Error &error) |
|
Out stream operator. Used to print error messages to a stream (i.e. "cerr << error;").
|