37 bool is_valid()
const;
38 [[deprecated]] std::string name()
const;
42 [[deprecated]] time_type modification_date()
const;
43 [[deprecated]] time_type creation_date()
const;
44 time_t modification_date_t()
const;
45 time_t creation_date_t()
const;
46 byte_array checksum()
const;
47 std::string mime_type()
const;
48 byte_array data()
const;
53 embedded_file_private *d;
54 friend class embedded_file_private;