VAPoR
0.1
|
#include <cmath>
#include <string>
#include <vapor/common.h>
Go to the source code of this file.
Namespaces | |
VetsUtil | |
Functions | |
COMMON_API const char * | VetsUtil::Basename (const char *path) |
COMMON_API string | VetsUtil::Basename (const string &path) |
COMMON_API string | VetsUtil::Dirname (const string &path) |
COMMON_API string | VetsUtil::Catpath (string volume, string dir, string file) |
COMMON_API void | VetsUtil::Splitpath (string path, string &volume, string &dir, string &file, bool nofile) |
COMMON_API bool | VetsUtil::IsAbsPath (string path) |
COMMON_API double | VetsUtil::GetTime () |
COMMON_API int | VetsUtil::MkDirHier (const string &dir) |