pikotools/src
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
..
convert add methods for converting from hex string to bytes 2022-07-26 05:14:35 +02:00
csv set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
date set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
html set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
log set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
mainoptions set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
membuffer change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
pikotools add pikotools/version.h file 2022-06-30 12:44:06 +02:00
space add Space::to_float(...), to_double(...) and to_long_double(...) methods 2022-07-08 21:59:39 +02:00
textstream change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
utf8 set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep make depend 2022-06-26 05:40:44 +02:00