|
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 OFArchiveEntryFileType | OFTarArchiveEntryType |
| The type of the archive entry. | |
Variables | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeFile |
| Normal file. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeLink |
| Hard link. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeSymlink |
| Symbolic link. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeCharacterDevice |
| Character device. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeBlockDevice |
| Block device. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeDirectory |
| Directory. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeFIFO |
| FIFO. | |
| static const OFTarArchiveEntryType | OFTarArchiveEntryTypeContiguousFile |
| Contiguous file. | |
The type of the archive entry.
|
static |
Block device.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |