29 #ifndef __SALOMEDSIMPL_TOOL_H__
30 #define __SALOMEDSIMPL_TOOL_H__
54 static void RemoveTemporaryFiles(
const std::string& theDirectory,
55 const std::vector<std::string>& theFiles,
56 const bool IsDirDeleted);
67 static std::vector<std::string>
splitString(
const std::string& theValue,
char separator);
71 static std::vector<std::string> splitStringWithEmpty(
const std::string& theValue,
char separator);
75 static std::vector< std::vector<std::string> > splitStringWithEmpty(
const std::string& theValue,
81 static void GetSystemDate(
int& year,
int& month,
int& day,
int& hours,
int& minutes,
int& seconds);
std::string GetTmpDir()
Definition: HDFascii.cc:696
#define SALOMEDSIMPL_EXPORT
Definition: SALOMEDSImpl_Defines.hxx:34
std::string GetNameFromPath(const std::string &thePath)
Definition: testDF.cxx:115
std::vector< std::string > splitString(const std::string &theValue, char separator)
Definition: testDF.cxx:165
void GetSystemDate(int &year, int &month, int &day, int &hours, int &minutes, int &seconds)
Definition: testDF.cxx:58
std::string GetUserName()
Definition: testDF.cxx:88
std::string GetDirFromPath(const std::string &thePath)
Definition: testDF.cxx:124