BazisLib::Serializer Namespace Reference

Serializer-related API. More...


Functions

template<class _Ty >
const TCHAR * GetClassName (_Ty &ref)
 Returns a name for serializeable structure.
static const wchar_t * GetPrintfFormatForType (int *pObj)
static const wchar_t * GetPrintfFormatForType (unsigned *pObj)
static const wchar_t * GetPrintfFormatForType (LONGLONG *pObj)
static const wchar_t * GetPrintfFormatForType (ULONGLONG *pObj)


Detailed Description

Serializer-related API.

This namespace is reserved for serializer-related API. For details about serializer, see this article.


Function Documentation

template<class _Ty >
const TCHAR* BazisLib::Serializer::GetClassName ( _Ty &  ref  )  [inline]

Returns a name for serializeable structure.

static const wchar_t* BazisLib::Serializer::GetPrintfFormatForType ( ULONGLONG pObj  )  [inline, static]

static const wchar_t* BazisLib::Serializer::GetPrintfFormatForType ( LONGLONG pObj  )  [inline, static]

static const wchar_t* BazisLib::Serializer::GetPrintfFormatForType ( unsigned *  pObj  )  [inline, static]

static const wchar_t* BazisLib::Serializer::GetPrintfFormatForType ( int *  pObj  )  [inline, static]

SourceForge.net Logo