#include <string>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | labust |
| namespace | labust::tools |
Functions | |
| 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 MyType > | |
| std::string | labust::tools::to_string (MyType value) |