#include <thrill/vfs/file_io.hpp>
#include <string>
Go to the source code of this file.
|
void | SysGlob (const std::string &path, const GlobType >ype, FileList &filelist) |
| Glob a path and augment the FileList with matching file names. More...
|
|
ReadStreamPtr | SysOpenReadStream (const std::string &path, const common::Range &range=common::Range()) |
| Open file for reading and return file descriptor. More...
|
|
WriteStreamPtr | SysOpenWriteStream (const std::string &path) |
| Open file for writing and return file descriptor. More...
|
|
◆ THRILL_VFS_SYS_FILE_HEADER
#define THRILL_VFS_SYS_FILE_HEADER |