|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include "Basic/File.hpp"#include "Basic/AStringable.hpp"#include <stdio.h>#include <string.h>#include <stdarg.h>#include <stdlib.h>#include <iostream>#include <fstream>Functions | |
| void | skipBOM (std::ifstream &in) |
| FILE * | gslFopen (const char *path, const char *mode) |
| FILE * | gslFopen (const String &path, const String &mode) |
| bool | gslFileExist (const char *path, const char *mode) |
| bool | gslFileExist (const String &path, const String &mode) |
| String | gslBaseName (const String &path, bool keepExtension) |
| String | gslGetEnv (const String &name) |
| bool gslFileExist | ( | const char * | path, |
| const char * | mode | ||
| ) |
| FILE* gslFopen | ( | const char * | path, |
| const char * | mode | ||
| ) |
| 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