C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The ArchiveFile class holds data about a file within an archive. More...
#include <archive.h>
Public Member Functions | |
ArchiveFile (std::string &&name, std::string &&content, ArchiveFileType type, CppUtilities::DateTime creationTime, CppUtilities::DateTime modificationTime) | |
Public Attributes | |
std::string | name |
std::string | content |
CppUtilities::DateTime | creationTime |
CppUtilities::DateTime | modificationTime |
ArchiveFileType | type |
The ArchiveFile class holds data about a file within an archive.
|
inlineexplicit |
CppUtilities::DateTime CppUtilities::ArchiveFile::creationTime |
CppUtilities::DateTime CppUtilities::ArchiveFile::modificationTime |
ArchiveFileType CppUtilities::ArchiveFile::type |