#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | labust |
namespace | labust::tools |
Functions | |
template<class Iterator > | |
void | labust::tools::binaryToHex (const Iterator &start, const Iterator &end, std::string *data) |
template<class Iterator , class Stream > | |
void | labust::tools::binaryToHex (const Iterator &start, const Iterator &end, Stream &data) |
std::string | labust::tools::chomp (std::string &main, const char token= ',') |
unsigned char | labust::tools::getChecksum (const unsigned char *const data, size_t len) |
template<class Iterator > | |
void | labust::tools::hexToBinary (const std::string &data, const Iterator &start, const Iterator &end) |
template<class IteratorIn , class OutVector > | |
void | labust::tools::hexToBinary (const IteratorIn &instart, const IteratorIn &inend, OutVector *out) |
template<class MyType > | |
std::string | labust::tools::to_string (MyType value) |