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