Thrill  0.1
sys_file.hpp File Reference
#include <thrill/vfs/file_io.hpp>
#include <string>
+ Include dependency graph for sys_file.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::vfs
 

Macros

#define THRILL_VFS_SYS_FILE_HEADER
 

Functions

void SysGlob (const std::string &path, const GlobType &gtype, 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...
 

Macro Definition Documentation

◆ THRILL_VFS_SYS_FILE_HEADER

#define THRILL_VFS_SYS_FILE_HEADER

Definition at line 14 of file sys_file.hpp.