Classes | Functions

esysUtils Namespace Reference

Classes

class  EsysAssertException
 EsysAssertException exception class. More...
class  EsysException

Functions

void * malloc (size_t len)
void free (void *ptr)
void * realloc (void *ptr, size_t len)
ESYSUTILS_DLL_API std::ostream & operator<< (std::ostream &output, EsysException &inException)
 Stream insertion (print) operator for EsysExceptions.
void esysExceptionTranslator (EsysException const &e)
 Function which translates an EsysException into a python exception.

Function Documentation

ESYSUTILS_DLL_API void esysUtils::esysExceptionTranslator ( EsysException const &  e  ) 

Function which translates an EsysException into a python exception.

void esysUtils::free ( void *  ptr  )  [inline]

References ESYS_FREE.

Referenced by escript::DataTagged::dump().

void* esysUtils::malloc ( size_t  len  )  [inline]
ESYSUTILS_DLL_API std::ostream& esysUtils::operator<< ( std::ostream &  output,
EsysException inException 
)

Stream insertion (print) operator for EsysExceptions.

Parameters:
output Input - Output stream.
inException Input - The exception to be inserted into the output stream.

References esysUtils::EsysException::toString().

void* esysUtils::realloc ( void *  ptr,
size_t  len 
) [inline]

References ESYS_REALLOC.