30 INLINE
explicit SubfileInfo(
const Filename &filename, std::streampos start, std::streamsize size);
34 INLINE
bool is_empty()
const;
37 INLINE
const Filename &get_filename()
const;
38 INLINE std::streampos get_start()
const;
39 INLINE std::streamsize get_size()
const;
41 void output(std::ostream &out)
const;
45 std::streampos _start;
46 std::streamsize _size;
49 INLINE std::ostream &operator << (std::ostream &out,
const SubfileInfo &info);