13 #ifndef THRILL_VFS_SYS_FILE_HEADER 14 #define THRILL_VFS_SYS_FILE_HEADER 40 const std::string& path,
const common::Range& range = common::Range());
53 #endif // !THRILL_VFS_SYS_FILE_HEADER tlx::CountingPtr< WriteStream > WriteStreamPtr
GlobType
Type of objects to include in glob result.
WriteStreamPtr SysOpenWriteStream(const std::string &path)
Open file for writing and return file descriptor.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
void SysGlob(const std::string &path, const GlobType >ype, FileList &filelist)
Glob a path and augment the FileList with matching file names.
ReadStreamPtr SysOpenReadStream(const std::string &path, const common::Range &range)
Open file for reading and return file descriptor.
tlx::CountingPtr< ReadStream > ReadStreamPtr