5#include "Containers/ArrayView.h"
6#include "Containers/ContainersFwd.h"
7#include "Containers/StringFwd.h"
14
15
16
17
18
19void BytesToHex(TConstArrayView<uint8> Bytes, ANSICHAR* OutHex);
20void BytesToHex(TConstArrayView<uint8> Bytes, WIDECHAR* OutHex);
21void BytesToHex(TConstArrayView<uint8> Bytes, UTF8CHAR* OutHex);
27
28
29
30
31
32void BytesToHex(TConstArrayView<uint8> Bytes, FAnsiStringBuilderBase& Builder);
33void BytesToHex(TConstArrayView<uint8> Bytes, FWideStringBuilderBase& Builder);
34void BytesToHex(TConstArrayView<uint8> Bytes, FUtf8StringBuilderBase& Builder);
35void BytesToHexLower(TConstArrayView<uint8> Bytes, FAnsiStringBuilderBase& Builder);
36void BytesToHexLower(TConstArrayView<uint8> Bytes, FWideStringBuilderBase& Builder);
37void BytesToHexLower(TConstArrayView<uint8> Bytes, FUtf8StringBuilderBase& Builder);
void BytesToHex(TConstArrayView< uint8 > Bytes, UTF8CHAR *OutHex)
void BytesToHex(TConstArrayView< uint8 > Bytes, FAnsiStringBuilderBase &Builder)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, UTF8CHAR *OutHex)
void BytesToHex(TConstArrayView< uint8 > Bytes, WIDECHAR *OutHex)
void BytesToHex(TConstArrayView< uint8 > Bytes, ANSICHAR *OutHex)
void BytesToHex(TConstArrayView< uint8 > Bytes, FUtf8StringBuilderBase &Builder)
void BytesToHex(TConstArrayView< uint8 > Bytes, FWideStringBuilderBase &Builder)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, WIDECHAR *OutHex)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, FWideStringBuilderBase &Builder)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, ANSICHAR *OutHex)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, FUtf8StringBuilderBase &Builder)
void BytesToHexLower(TConstArrayView< uint8 > Bytes, FAnsiStringBuilderBase &Builder)