rExceptionGLEW Class Reference

Exception for GLEW (also defined when we don't have GLEW). More...

#include <rGLEW.h>

Inheritance diagram for rExceptionGLEW:

Inheritance graph
[legend]
Collaboration diagram for rExceptionGLEW:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 rExceptionGLEW (char const *description)

Private Member Functions

virtual tString DoGetName () const
 returns the name of the exception
virtual tString DoGetDescription () const
 returns a detailed description

Private Attributes

tString description_


Detailed Description

Exception for GLEW (also defined when we don't have GLEW).

Definition at line 24 of file rGLEW.h.


Constructor & Destructor Documentation

rExceptionGLEW::rExceptionGLEW ( char const *  description  )  [inline]

Definition at line 27 of file rGLEW.h.

00028             : description_( description )
00029     {
00030     }


Member Function Documentation

virtual tString rExceptionGLEW::DoGetName ( void   )  const [inline, private, virtual]

returns the name of the exception

Returns:
the name of the exception

Implements tException.

Definition at line 32 of file rGLEW.h.

00032 { return tString("GLEW Exception"); }

virtual tString rExceptionGLEW::DoGetDescription ( void   )  const [inline, private, virtual]

returns a detailed description

Returns:
detailed description of the exception

Reimplemented from tException.

Definition at line 34 of file rGLEW.h.

References description_.

00034 { return description_; }


Member Data Documentation

tString rExceptionGLEW::description_ [private]

Definition at line 35 of file rGLEW.h.

Referenced by DoGetDescription().


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:52:28 2008 for Armagetron Advanced by  doxygen 1.5.4