Givaro
Public Member Functions | Static Public Member Functions | Protected Attributes | Friends
GivError Class Reference

Base class for exeception handling in Givaro. More...

#include <giverror.h>

+ Inheritance diagram for GivError:

Public Member Functions

 GivError (const char *msg=0)
virtual ~GivError ()
virtual std::ostream & print (std::ostream &o) const

Static Public Member Functions

static void throw_error (const GivError &err)

Protected Attributes

const char * strg

Friends

std::ostream & operator<< (std::ostream &o, const GivError &E)

Detailed Description

Base class for exeception handling in Givaro.

Examples:
examples/Polynomial/highorder.C.

Constructor & Destructor Documentation

GivError ( const char *  msg = 0)
inline
~GivError ( )
virtual

Member Function Documentation

std::ostream & print ( std::ostream &  o) const
virtual
void throw_error ( const GivError err)
static

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const GivError E 
)
friend

Field Documentation

const char* strg
protected

The documentation for this class was generated from the following files: