|
bit7z 4.1.0
A C++ library for interfacing with the 7-zip shared libs.
|
The BitArchiveItemInfo class represents an archived item and that stores all its properties for later use. More...
#include <bit7z/bitarchiveiteminfo.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 |
| auto | itemProperties () const -> const std::map< BitProperty, BitPropVariant > & |
| auto | itemProperty (BitProperty property) const -> BitPropVariant override |
| 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 BitArchiveItemInfo class represents an archived item and that stores all its properties for later use.
|
finalvirtualinherited |
Implements BitGenericItem.
|
inherited |
|
inherited |
|
inherited |
|
noexceptinherited |
|
finalvirtualinherited |
Implements BitGenericItem.
|
inherited |
|
finalvirtualinherited |
Implements BitGenericItem.
| auto itemProperties | ( | ) | const -> const std::map< BitProperty, BitPropVariant > & |
|
overridevirtual |
Gets the specified item property.
| property | the property to be retrieved. |
Implements BitGenericItem.
|
inherited |
|
inherited |
|
finalvirtualinherited |
Implements BitGenericItem.
|
inherited |
|
inherited |
|
inherited |
|
finalvirtualinherited |
Implements BitGenericItem.
|
inherited |
|
finalvirtualinherited |
Implements BitGenericItem.