|
Core Library
|
Formatting and parsing functions for handling unsigned long long int's. More...
Static Public Member Functions | |
| static int | format (tchar *buffer, size_t size, ulonglong value) |
| static ulonglong | parse (const tchar *nptr, tchar **endptr, int base) |
Formatting and parsing functions for handling unsigned long long int's.
| static int Core::FormatTraits< ulonglong >::format | ( | tchar * | buffer, |
| size_t | size, | ||
| ulonglong | value | ||
| ) | [inline, static] |
| static ulonglong Core::FormatTraits< ulonglong >::parse | ( | const tchar * | nptr, |
| tchar ** | endptr, | ||
| int | base | ||
| ) | [inline, static] |
1.7.6.1