Home | All Classes | Grouped Classes | Index | Search
This is ClanLib's assertion class. More...
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Operations:
Enables the error channels specified by the 'channel_mask'. | |
Produces an assert. | |
Writes an info statements on the specified channel. | |
Adds an assertion listener which will be called in case of an assertion. | |
Removes an assertion listener. |
Detailed description:
It is needed because some implementations requires notification before ClanLib is exited. For instance the svgalib implementation need release the keyboard lock.