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

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

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct Core::FormatTraits< int >

Formatting and parsing functions for handling int's.


Member Function Documentation

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

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