#include <SALOMEDSImpl_Tool.hxx>
|
static std::string | GetTmpDir () |
|
static void | RemoveTemporaryFiles (const std::string &theDirectory, const std::vector< std::string > &theFiles, const bool IsDirDeleted) |
|
static std::string | GetNameFromPath (const std::string &thePath) |
|
static std::string | GetDirFromPath (const std::string &thePath) |
|
static std::vector< std::string > | splitString (const std::string &theValue, char separator) |
|
static std::vector< std::string > | splitStringWithEmpty (const std::string &theValue, char separator) |
|
static std::vector
< std::vector< std::string > > | splitStringWithEmpty (const std::string &theValue, char separator1, char separator2) |
|
static void | GetSystemDate (int &year, int &month, int &day, int &hours, int &minutes, int &seconds) |
|
static std::string | GetUserName () |
|
std::string SALOMEDSImpl_Tool::GetDirFromPath |
( |
const std::string & |
thePath | ) |
|
|
static |
std::string SALOMEDSImpl_Tool::GetNameFromPath |
( |
const std::string & |
thePath | ) |
|
|
static |
void SALOMEDSImpl_Tool::GetSystemDate |
( |
int & |
year, |
|
|
int & |
month, |
|
|
int & |
day, |
|
|
int & |
hours, |
|
|
int & |
minutes, |
|
|
int & |
seconds |
|
) |
| |
|
static |
std::string SALOMEDSImpl_Tool::GetTmpDir |
( |
| ) |
|
|
static |
std::string SALOMEDSImpl_Tool::GetUserName |
( |
| ) |
|
|
static |
void SALOMEDSImpl_Tool::RemoveTemporaryFiles |
( |
const std::string & |
theDirectory, |
|
|
const std::vector< std::string > & |
theFiles, |
|
|
const bool |
IsDirDeleted |
|
) |
| |
|
static |
std::vector< std::string > SALOMEDSImpl_Tool::splitString |
( |
const std::string & |
theValue, |
|
|
char |
separator |
|
) |
| |
|
static |
std::vector< std::string > SALOMEDSImpl_Tool::splitStringWithEmpty |
( |
const std::string & |
theValue, |
|
|
char |
separator |
|
) |
| |
|
static |
std::vector< std::vector< std::string > > SALOMEDSImpl_Tool::splitStringWithEmpty |
( |
const std::string & |
theValue, |
|
|
char |
separator1, |
|
|
char |
separator2 |
|
) |
| |
|
static |