10#ifndef BITARCHIVEITEMINFO_HPP
11#define BITARCHIVEITEMINFO_HPP
15#include "bitarchiveitem.hpp"
The BitArchiveItem class represents a generic item inside an archive.
Definition bitarchiveitem.hpp:20
The BitArchiveItemInfo class represents an archived item and that stores all its properties for later...
Definition bitarchiveiteminfo.hpp:25
auto itemProperties() const -> map< BitProperty, BitPropVariant >
auto itemProperty(BitProperty property) const -> BitPropVariant override
Gets the specified item property.
The BitArchiveReader class allows reading metadata of archives, as well as extracting them.
Definition bitarchivereader.hpp:27
The main namespace of the bit7z library.
Definition bit7zlibrary.hpp:30
BitProperty
The BitProperty enum represents the archive/item properties that 7-zip can read or write.
Definition bitpropvariant.hpp:30
The BitPropVariant struct is a light extension to the WinAPI PROPVARIANT struct providing useful gett...
Definition bitpropvariant.hpp:150