|
bit7z 4.1.0
A C++ library for interfacing with the 7-zip shared libs.
|
The BitGenericItem interface class represents a generic item (either inside or outside an archive). More...
#include <bit7z/bitgenericitem.hpp>
Public Member Functions | |
| virtual auto | attributes () const -> std::uint32_t=0 |
| virtual auto | isDir () const -> bool=0 |
| virtual auto | isSymLink () const -> bool=0 |
| virtual auto | itemProperty (BitProperty property) const -> BitPropVariant=0 |
| Gets the specified item property. | |
| virtual auto | name () const -> tstring=0 |
| virtual auto | path () const -> tstring=0 |
| virtual auto | size () const -> std::uint64_t=0 |
The BitGenericItem interface class represents a generic item (either inside or outside an archive).
|
pure virtual |
Implemented in BitArchiveItem.
|
pure virtual |
Implemented in BitArchiveItem.
|
pure virtual |
Implemented in BitArchiveItem.
|
pure virtual |
Gets the specified item property.
| property | the property to be retrieved. |
Implemented in BitArchiveItemInfo, and BitArchiveItemOffset.
|
pure virtual |
Implemented in BitArchiveItem.
|
pure virtual |
Implemented in BitArchiveItem.
|
pure virtual |
Implemented in BitArchiveItem.