10#ifndef BITARCHIVEITEMOFFSET_HPP
11#define BITARCHIVEITEMOFFSET_HPP
13#include "bitarchiveitem.hpp"
The BitArchiveItem class represents a generic item inside an archive.
Definition bitarchiveitem.hpp:20
The BitArchiveItemOffset class represents an archived item but doesn't store its properties.
Definition bitarchiveitemoffset.hpp:22
auto itemProperty(BitProperty property) const -> BitPropVariant override
Gets the specified item property.
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