SDL
2.0
|
Data Fields | |
SDL_bool | left_justify |
SDL_bool | force_sign |
SDL_bool | force_type |
SDL_bool | pad_zeroes |
SDL_letter_case | force_case |
int | width |
int | radix |
int | precision |
Definition at line 1339 of file SDL_string.c.
SDL_letter_case SDL_FormatInfo::force_case |
Definition at line 1345 of file SDL_string.c.
Referenced by SDL_PrintString(), and SDL_vsnprintf().
SDL_bool SDL_FormatInfo::force_sign |
Definition at line 1342 of file SDL_string.c.
Referenced by SDL_PrintFloat(), and SDL_vsnprintf().
SDL_bool SDL_FormatInfo::force_type |
Definition at line 1343 of file SDL_string.c.
Referenced by SDL_PrintFloat(), and SDL_vsnprintf().
SDL_bool SDL_FormatInfo::left_justify |
Definition at line 1341 of file SDL_string.c.
Referenced by SDL_vsnprintf().
SDL_bool SDL_FormatInfo::pad_zeroes |
Definition at line 1344 of file SDL_string.c.
Referenced by SDL_PrintFloat(), SDL_PrintString(), and SDL_vsnprintf().
int SDL_FormatInfo::precision |
Definition at line 1348 of file SDL_string.c.
Referenced by SDL_PrintFloat(), and SDL_vsnprintf().
int SDL_FormatInfo::radix |
Definition at line 1347 of file SDL_string.c.
Referenced by SDL_PrintLong(), SDL_PrintLongLong(), SDL_PrintUnsignedLong(), SDL_PrintUnsignedLongLong(), and SDL_vsnprintf().
int SDL_FormatInfo::width |
Definition at line 1346 of file SDL_string.c.
Referenced by SDL_PrintFloat(), SDL_PrintString(), and SDL_vsnprintf().