Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

error.h File Reference

#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)


Function Documentation

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;").

Parameters:
stream is the stream to print to.
error is the error to print.
Returns:
the stream.


Generated on Thu Dec 9 14:08:13 2004 for openalpp by  doxygen 1.3.9.1