icedb
version 0.5.1
Snow particle scattering database API
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
ICEDB_SYMBOL_SHARED void | ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_A (const char *, int, const char *) |
ICEDB_SYMBOL_SHARED void | ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_WC (const wchar_t *, int, const wchar_t *) |
#define DL_ICEDB SHARED_EXPORT_ICEDB |
Definition at line 124 of file defs.h.
Referenced by icedb::malloc(), and icedb::error::stringify().
#define ICEDB_BEGIN_DECL |
Definition at line 11 of file defs.h.
Referenced by ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_A().
#define ICEDB_BEGIN_DECL_C |
Definition at line 20 of file defs.h.
Referenced by icedb::versioning::getLibVersionInfo().
#define ICEDB_DEBUG_RAISE_EXCEPTION | ( | ) | ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_WC( ICEDB_WIDEN(__FILE__), (int)__LINE__, ICEDB_WIDEN(ICEDB_DEBUG_FSIG)); |
Definition at line 151 of file defs.h.
Referenced by error_code_to_message(), error_code_to_message_size(), error_code_to_stream(), error_context_create_impl(), error_context_deallocate(), error_context_to_code(), error_context_to_message(), error_context_to_message_size(), error_context_to_stream(), ICEDB_COMPAT_strdup_s(), ICEDB_COMPAT_strncpy_s(), ICEDB_COMPAT_wcsdup_s(), ICEDB_COMPAT_wcsncpy_s(), ICEDB_findModuleByFunc(), ICEDB_free(), ICEDB_getAppDirI(), ICEDB_getCWDI(), and ICEDB_malloc().
#define ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_A |
#define ICEDB_END_DECL |
Definition at line 12 of file defs.h.
Referenced by icedb::_free().
#define ICEDB_END_DECL_C |
Definition at line 21 of file defs.h.
Referenced by ICEDB_CompareVersions(), and ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_A().
#define ICEDB_OPTIONAL |
#define ICEDB_OUT |
#define ICEDB_SYMBOL_PRIVATE HIDDEN_ICEDB |
#define ICEDB_WIDEN | ( | x | ) | ICEDB_WIDEN2(x) |
ICEDB_SYMBOL_SHARED void ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_A | ( | const char * | , |
int | , | ||
const char * | |||
) |
Definition at line 113 of file util.cpp.
References ICEDB_BEGIN_DECL, ICEDB_COMPAT_fprintf_s, and ICEDB_END_DECL_C.
ICEDB_SYMBOL_SHARED void ICEDB_DEBUG_RAISE_EXCEPTION_HANDLER_WC | ( | const wchar_t * | , |
int | , | ||
const wchar_t * | |||
) |
Definition at line 102 of file util.cpp.
References ICEDB_COMPAT_fwprintf_s.