libcdoc 0.1.8
|
A simple container of file name and size. More...
#include <CDoc.h>
Public Attributes | |
std::string | name |
int64_t | size |
A simple container of file name and size.
A container struct to store file name and size, needed for wrapper interfaces
std::string libcdoc::FileInfo::name |
Referenced by libcdoc::MultiDataSource::next(), and libcdoc::CDocReader::nextFile().
int64_t libcdoc::FileInfo::size |
Referenced by libcdoc::MultiDataSource::next(), and libcdoc::CDocReader::nextFile().