17 #ifndef __DXCPP_UTILS_H__ 18 #define __DXCPP_UTILS_H__ 27 std::string getUserHomeDirectory();
29 std::string joinPath(
const std::string &first_path,
30 const std::string &second_path,
31 const std::string &third_path=
"");
34 std::string getHexifiedMD5(
const std::vector<char> &inp);
35 std::string getHexifiedMD5(
const unsigned char *ptr,
const unsigned long size);
36 std::string getHexifiedMD5(
const std::string &inp);
41 int sleepUsingNanosleep(
unsigned int sec);
An executable object that can be published for others to discover.
Definition: api.cc:7