29 #ifndef __SALOMEDSIMPL_TOOL_H__
30 #define __SALOMEDSIMPL_TOOL_H__
50 static void RemoveTemporaryFiles(
const std::string& theDirectory,
51 const std::vector<std::string>& theFiles,
52 const bool IsDirDeleted);
63 static std::vector<std::string>
splitString(
const std::string& theValue,
char separator);
67 static std::vector<std::string> splitStringWithEmpty(
const std::string& theValue,
char separator);
71 static std::vector< std::vector<std::string> > splitStringWithEmpty(
const std::string& theValue,
77 static void GetSystemDate(
int& year,
int& month,
int& day,
int& hours,
int& minutes,
int& seconds);