|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
Classes | |
| class | StdoutRedirect |
Functions | |
| GSTLEARN_EXPORT void | skipBOM (std::ifstream &ins) |
| GSTLEARN_EXPORT FILE * | gslFopen (const char *path, const char *mode) |
| GSTLEARN_EXPORT FILE * | gslFopen (const String &path, const String &mode) |
| GSTLEARN_EXPORT bool | gslFileExist (const char *path, const char *mode) |
| GSTLEARN_EXPORT bool | gslFileExist (const String &path, const String &mode) |
| GSTLEARN_EXPORT String | gslBaseName (const String &path, bool keepExtension=false) |
| GSTLEARN_EXPORT String | gslGetEnv (const String &name) |
| GSTLEARN_EXPORT bool gslFileExist | ( | const char * | path, |
| const char * | mode | ||
| ) |
| GSTLEARN_EXPORT FILE* gslFopen | ( | const char * | path, |
| const char * | mode | ||
| ) |
| GSTLEARN_EXPORT void skipBOM | ( | std::ifstream & | ins | ) |
This file contains all the OLD-STYLE declarations causing warnings on Windows They should gradually be replaced by modern statements However, they are kept there to keep track on these statements