pikotools/src/convert
Tomasz Sowa d13c10c604 add methods for converting from hex string to bytes
add to convert/text.h:
template<typename HexStringPointerType, typename BytesStringType>
bool hex_string_pointer_to_bytes(const HexStringPointerType * hex_string, BytesStringType & bytes, bool clear_bytes = true);

template<typename HexStringType, typename BytesStringType>
bool hex_string_to_bytes(const HexStringType & hex_string, BytesStringType & bytes, bool clear_bytes = true);
2022-07-26 05:14:35 +02:00
..
baseparser.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
baseparser.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
convert.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
double.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
double.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
inttostr.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
inttostr.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
misc.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
misc.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
patternreplacer.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
strtoint.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
text.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
text.h add methods for converting from hex string to bytes 2022-07-26 05:14:35 +02:00
text_private.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00