OpenClonk
C4DrawGLError Class Reference

#include <C4DrawGL.h>

Inheritance diagram for C4DrawGLError:
[legend]
Collaboration diagram for C4DrawGLError:
[legend]

Public Member Functions

 C4DrawGLError (const StdStrBuf &buf)
 
 ~C4DrawGLError () override=default throw ()
 
const char * what () const override throw ()
 

Detailed Description

Definition at line 37 of file C4DrawGL.h.

Constructor & Destructor Documentation

◆ C4DrawGLError()

C4DrawGLError::C4DrawGLError ( const StdStrBuf buf)
inline

Definition at line 40 of file C4DrawGL.h.

40 : Buf(buf) {}

◆ ~C4DrawGLError()

C4DrawGLError::~C4DrawGLError ( )
throw (
)
overridedefault

Member Function Documentation

◆ what()

const char* C4DrawGLError::what ( ) const
throw (
)
inlineoverride

Definition at line 43 of file C4DrawGL.h.

43 { return Buf.getData(); }
const char * getData() const
Definition: StdBuf.h:442

References StdStrBuf::getData().

Here is the call graph for this function:

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