Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cl_assert.h File Reference

#include <list>

Include dependency graph for cl_assert.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  CL_Assert
class  CL_AssertListener

Defines

#define __PRETTY_FUNCTION__   NULL
#define cl_assert(a)   CL_Assert::die(a, __FILE__, __LINE__, __PRETTY_FUNCTION__, #a);
#define cl_info(errchannel, message)
#define cl_assert_debug(a)
#define cl_info_debug(a, b)

Enumerations

enum  ErrorChannels { info_display = 1, info_sound = 2, info_input = 4, info_network = 8 }
 clanCore="System". More...


Define Documentation

#define __PRETTY_FUNCTION__   NULL
 

Definition at line 31 of file cl_assert.h.

#define cl_assert( a )   CL_Assert::die(a, __FILE__, __LINE__, __PRETTY_FUNCTION__, #a);
 

Definition at line 35 of file cl_assert.h.

Referenced by CL_PixelData::CL_PixelData(), CL_PixelData_Palette::CL_PixelData_Palette(), CL_SurfaceProvider_32bpp::CL_SurfaceProvider_32bpp(), cl_fill_rect_opaque(), CL_DynamicProvider::get_data(), CL_Canvas::get_data(), CL_PixelData::get_line_pixel_to_dest(), has_sound(), init_system(), CL_Mutex_Win32::notify(), CL_Mutex_Win32::notify_all(), CL_PNGProvider::pngread_file(), CL_GameObject::recv_full(), redirect_to_console(), ref_count(), and CL_Mutex_Win32::wait().

#define cl_assert_debug( a )
 

Value:

Definition at line 59 of file cl_assert.h.

#define cl_info( errchannel, message )
 

Value:

        CL_Assert::info(errchannel, message, __FILE__, __LINE__);

Definition at line 52 of file cl_assert.h.

Referenced by do_3dnow_test(), do_mmx_test(), CL_DisplayCard_Generic::hide_system_cursor(), and CL_DisplayCard_Generic::show_system_cursor().

#define cl_info_debug( a, b )
 

Value:

Definition at line 60 of file cl_assert.h.


Enumeration Type Documentation

enum ErrorChannels
 

clanCore="System".

Enumeration values:
info_display  
info_sound  
info_input  
info_network  

Definition at line 22 of file cl_assert.h.


Generated at Wed Apr 4 19:54:21 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001