#include "StdAfx.h"#include "IntToString.h"Go to the source code of this file.
Functions | |
| void | ConvertUInt64ToString (UInt64 value, char *s, UInt32 base) |
| void | ConvertUInt64ToString (UInt64 value, wchar_t *s) |
| void | ConvertInt64ToString (Int64 value, char *s) |
| void | ConvertInt64ToString (Int64 value, wchar_t *s) |
| void ConvertInt64ToString | ( | Int64 | value, | |
| wchar_t * | s | |||
| ) |
| void ConvertInt64ToString | ( | Int64 | value, | |
| char * | s | |||
| ) |
Definition at line 47 of file IntToString.cpp.
References ConvertUInt64ToString().
Referenced by ConvertInt64ToString(), and ConvertPropVariantToString().
| void ConvertUInt64ToString | ( | UInt64 | value, | |
| wchar_t * | s | |||
| ) |
Definition at line 9 of file IntToString.cpp.
References pos().
Referenced by ConvertInt64ToString(), ConvertPropVariantToString(), and ConvertUInt64ToString().
1.5.6