|
bit7z 4.1.0
A C++ library for interfacing with the 7-zip shared libs.
|
The BitArchiveItem class represents a generic item inside an archive. More...
#include <bit7z/bitarchiveitem.hpp>
Public Member Functions | |
| auto | attributes () const -> std::uint32_t final |
| auto | crc () const -> std::uint32_t |
| auto | creationTime () const -> time_type |
| auto | extension () const -> tstring |
| auto | index () const noexcept -> std::uint32_t |
| auto | isDir () const -> bool final |
| auto | isEncrypted () const -> bool |
| auto | isSymLink () const -> bool final |
| virtual auto | itemProperty (BitProperty property) const -> BitPropVariant=0 |
| Gets the specified item property. | |
| auto | lastAccessTime () const -> time_type |
| auto | lastWriteTime () const -> time_type |
| auto | name () const -> tstring final |
| auto | nativeName () const -> native_string |
| auto | nativePath () const -> native_string |
| auto | packSize () const -> std::uint64_t |
| auto | path () const -> tstring final |
| auto | rawPath () const -> sevenzip_string |
| auto | size () const -> std::uint64_t final |
The BitArchiveItem class represents a generic item inside an archive.
|
finalvirtual |
Implements BitGenericItem.
| auto crc | ( | ) | const -> std::uint32_t |
| auto creationTime | ( | ) | const -> time_type |
| auto extension | ( | ) | const -> tstring |
|
noexcept |
|
finalvirtual |
Implements BitGenericItem.
| auto isEncrypted | ( | ) | const -> bool |
|
finalvirtual |
Implements BitGenericItem.
|
pure virtualinherited |
Gets the specified item property.
| property | the property to be retrieved. |
Implemented in BitArchiveItemInfo, and BitArchiveItemOffset.
| auto lastAccessTime | ( | ) | const -> time_type |
| auto lastWriteTime | ( | ) | const -> time_type |
|
finalvirtual |
Implements BitGenericItem.
| auto nativeName | ( | ) | const -> native_string |
| auto nativePath | ( | ) | const -> native_string |
| auto packSize | ( | ) | const -> std::uint64_t |
|
finalvirtual |
Implements BitGenericItem.
| auto rawPath | ( | ) | const -> sevenzip_string |
|
finalvirtual |
Implements BitGenericItem.