buildFilename(const char *first_element,...) | code::OS | [static] |
DIR_SEPARATOR | code::OS | [static] |
DIR_SEPARATOR_STR | code::OS | [static] |
FILE_EXIST | code::OS | [static] |
FILE_IS_DIRECTORY | code::OS | [static] |
FILE_IS_EXECUTABLE | code::OS | [static] |
FILE_IS_REGULAR | code::OS | [static] |
FILE_IS_SYMLINK | code::OS | [static] |
getBaseName(const std::string &filename) | code::OS | [static] |
getCurrentDir() | code::OS | [static] |
getDirName(const std::string &filename) | code::OS | [static] |
getElapsedClockTimeSec() | code::OS | [static] |
getElapsedCPUTimeMSec() | code::OS | [static] |
getHost(std::string *optional_hostname, std::string *optional_address) | code::OS | [static] |
getppid() | code::OS | [static] |
getProcessName() | code::OS | [static] |
getProgramSize() | code::OS | [static] |
getTempDir() | code::OS | [static] |
getUniqueTemporaryDir(const std::string base="wdssii") | code::OS | [inline, static] |
getUniqueTemporaryFile(const std::string base="wdssii") | code::OS | [static] |
isAbsolutePath(const std::string &path) | code::OS | [static] |
mkdirp(const std::string &path) | code::OS | [static] |
rmtree(const std::string &path) | code::OS | [static] |
sleepMsec(unsigned long milliseconds) | code::OS | [static] |
sleepSec(unsigned int seconds) | code::OS | [static] |
testFile(const std::string &filename, unsigned int test_flags) | code::OS | [static] |