|
Thrill
0.1
|
structure to store info on what to read from files
Definition at line 70 of file read_binary.hpp.
Collaboration diagram for ReadBinaryNode< ValueType >::FileInfo:#include <read_binary.hpp>
Public Attributes | |
| bool | is_compressed |
| whether file is compressed More... | |
| std::string | path |
| common::Range | range |
| begin and end offsets in file. More... | |
| bool is_compressed |
whether file is compressed
Definition at line 75 of file read_binary.hpp.
Referenced by ReadBinaryNode< ValueType >::ReadBinaryNode().
| std::string path |
Definition at line 71 of file read_binary.hpp.
Referenced by ReadBinaryNode< ValueType >::ReadBinaryNode(), and ReadBinaryNode< ValueType >::VfsFileBlockSource::VfsFileBlockSource().
| common::Range range |
begin and end offsets in file.
Definition at line 73 of file read_binary.hpp.
Referenced by ReadBinaryNode< ValueType >::ReadBinaryNode(), and ReadBinaryNode< ValueType >::VfsFileBlockSource::VfsFileBlockSource().