The `getType` function in cpp's `ArchiveEntry` class is used to determine the type of an archive entry. It returns an enumerator value that represents the type of the entry, such as a regular file, a directory, a symbolic link, or a special file. This function is commonly used when working with archives to handle different types of entries in a specific way.
C++ (Cpp) ArchiveEntry::getType - 20 examples found. These are the top rated real world C++ (Cpp) examples of ArchiveEntry::getType extracted from open source projects. You can rate examples to help us improve the quality of examples.