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

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

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct Core::FormatTraits< uint >

Formatting and parsing functions for handling unsigned int's.


Member Function Documentation

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

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