#include <ArchEntry.h>
Public Member Functions | |
ArchEntry () | |
ArchEntry constructor. | |
ArchEntry (const ArchEntry &other) | |
ArchEntry copy constructor. | |
ArchEntry (ArchEntry &&other) | |
ArchEntry move constructor. | |
ArchEntry & | operator= (const ArchEntry &other) |
operator = | |
ArchEntry & | operator= (ArchEntry &&other) |
operator = | |
The ArchEntry class.
Auxiliary class for LibArchive. Contains some technical info about compressed files and directories. In most cases you do not need to create AcrhEntry objects yourself.