1 #ifndef __SSSTRING_UTY__
2 #define __SSSTRING_UTY__
21 void split_string(
const std::string &in_str ,
23 std::vector<std::string>& out_array );
25 bool is_digit_string( std::string &in_str );
32 std::string path2dir(
const std::string &path);
40 std::string path2file(
const std::string &path);
49 std::string getFullPath(
const std::string& basePath ,
const std::string &relPath);