Do more. Code less. Free software for GPU computing.
<scroll to top>

exception Class Reference

#include <exception.h>

List of all members.

Public Member Functions

 exception ()
 exception (const char *msg)
 exception (const char *file, unsigned line)
 exception (const char *file, unsigned line, const char *msg)
virtual ~exception () throw ()
virtual const char * what () const throw ()

Public Attributes

char m_msg [1024]

Friends

std::ostream & operator<< (std::ostream &s, const exception &e)

Detailed Description


Constructor & Destructor Documentation

exception ( )
exception ( const char *  msg)
exception ( const char *  file,
unsigned  line 
)
exception ( const char *  file,
unsigned  line,
const char *  msg 
)
virtual ~exception ( ) throw () [inline, virtual]

Member Function Documentation


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const exception e 
) [friend]

Member Data Documentation

char m_msg[1024]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines