World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл SDL_error.h

См. исходные тексты.

Функции

DECLSPEC int SDLCALL SDL_SetError (SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
 
const DECLSPEC char *SDLCALL SDL_GetError (void)
 
DECLSPEC void SDLCALL SDL_ClearError (void)
 

Internal error functions

Private error reporting function - used internally.

enum  SDL_errorcode {
  SDL_ENOMEM, SDL_EFREAD, SDL_EFWRITE, SDL_EFSEEK,
  SDL_UNSUPPORTED, SDL_LASTERROR
}
 
DECLSPEC int SDLCALL SDL_Error (SDL_errorcode code)
 

Подробное описание

Simple error message routines for SDL.

См. определение в файле SDL_error.h

Перечисления

◆ SDL_errorcode

Элементы перечислений
SDL_ENOMEM 
SDL_EFREAD 
SDL_EFWRITE 
SDL_EFSEEK 
SDL_UNSUPPORTED 
SDL_LASTERROR 

См. определение в файле SDL_error.h строка 55

56 {
57  SDL_ENOMEM,
58  SDL_EFREAD,
60  SDL_EFSEEK,

Функции

◆ SDL_SetError()

DECLSPEC int SDLCALL SDL_SetError ( SDL_PRINTF_FORMAT_STRING const char *  fmt,
  ... 
)

◆ SDL_GetError()

const DECLSPEC char* SDLCALL SDL_GetError ( void  )

Используется в Sdl2Window::OpenGlCreate().

+ Граф вызова функции:

◆ SDL_ClearError()

DECLSPEC void SDLCALL SDL_ClearError ( void  )

◆ SDL_Error()

DECLSPEC int SDLCALL SDL_Error ( SDL_errorcode  code)
SDL_errorcode
SDL_errorcode
Definition: SDL_error.h:55
SDL_ENOMEM
@ SDL_ENOMEM
Definition: SDL_error.h:57
SDL_LASTERROR
@ SDL_LASTERROR
Definition: SDL_error.h:62
SDL_UNSUPPORTED
@ SDL_UNSUPPORTED
Definition: SDL_error.h:61
SDL_EFSEEK
@ SDL_EFSEEK
Definition: SDL_error.h:60
SDL_EFWRITE
@ SDL_EFWRITE
Definition: SDL_error.h:59
SDL_EFREAD
@ SDL_EFREAD
Definition: SDL_error.h:58