1 #ifndef BITES_STRING_HPP_INCLUDED
2 #define BITES_STRING_HPP_INCLUDED
7 #include <boost/filesystem.hpp>
22 const std::chrono::time_point<std::chrono::high_resolution_clock>& given_time,
23 const std::string& format);
33 const std::chrono::time_point <std::chrono::high_resolution_clock>&);
40 const std::chrono::time_point <std::chrono::high_resolution_clock>&);
44 #endif // BITES_STRING_HPP_INCLUDED
boost::filesystem::path time2dir(const std::chrono::time_point< std::chrono::high_resolution_clock > &)
Definition: String.cpp:60
std::vector< std::string > time2levels(const std::chrono::time_point< std::chrono::high_resolution_clock > &)
Definition: String.cpp:47
std::string time2string(const std::chrono::time_point< std::chrono::high_resolution_clock > &given_time, const std::string &format)
Definition: String.cpp:15