ObjFW
|
Go to the source code of this file.
Classes | |
class | OFTarArchiveEntry |
A class which represents an entry of a tar archive. More... | |
Typedefs | |
typedef enum of_tar_archive_entry_type_t | of_tar_archive_entry_type_t |
The type of the archive entry. | |
Enumerations | |
enum | of_tar_archive_entry_type_t { OF_TAR_ARCHIVE_ENTRY_TYPE_FILE = '0' , OF_TAR_ARCHIVE_ENTRY_TYPE_LINK = '1' , OF_TAR_ARCHIVE_ENTRY_TYPE_SYMLINK = '2' , OF_TAR_ARCHIVE_ENTRY_TYPE_CHARACTER_DEVICE = '3' , OF_TAR_ARCHIVE_ENTRY_TYPE_BLOCK_DEVICE = '4' , OF_TAR_ARCHIVE_ENTRY_TYPE_DIRECTORY = '5' , OF_TAR_ARCHIVE_ENTRY_TYPE_FIFO = '6' , OF_TAR_ARCHIVE_ENTRY_TYPE_CONTIGUOUS_FILE = '7' } |
The type of the archive entry. More... | |
The type of the archive entry.