Core Library
Static Public Member Functions
Core::FormatTraits< ulonglong > Struct Template Reference

Formatting and parsing functions for handling unsigned long long int's. More...

List of all members.

Static Public Member Functions

static int format (tchar *buffer, size_t size, ulonglong value)
static ulonglong parse (const tchar *nptr, tchar **endptr, int base)

Detailed Description

template<>
struct Core::FormatTraits< ulonglong >

Formatting and parsing functions for handling unsigned long long int's.


Member Function Documentation

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]

The documentation for this struct was generated from the following file: