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

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

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct Core::FormatTraits< longlong >

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


Member Function Documentation

static int Core::FormatTraits< longlong >::format ( tchar buffer,
size_t  size,
longlong  value 
) [inline, static]
static longlong Core::FormatTraits< longlong >::parse ( const tchar nptr,
tchar **  endptr,
int  base 
) [inline, static]

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