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.

Constructor & Destructor Documentation

◆ GivError()

GivError ( const char *  msg = 0)
inline

◆ ~GivError()

~GivError ( )
virtual

Member Function Documentation

◆ print()

std::ostream & print ( std::ostream &  o) const
virtual

◆ throw_error()

void throw_error ( const GivError err)
static

Friends And Related Function Documentation

◆ operator<<

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

Field Documentation

◆ strg

const char* strg
protected

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