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) |
This namespace is reserved for serializer-related API. For details about serializer, see this article.
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] |