C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::ArchiveFile Struct Reference

The ArchiveFile class holds data about a file within an archive. More...

#include <archive.h>

Collaboration diagram for CppUtilities::ArchiveFile:
[legend]

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
 

Detailed Description

The ArchiveFile class holds data about a file within an archive.

Definition at line 52 of file archive.h.

Constructor & Destructor Documentation

◆ ArchiveFile()

CppUtilities::ArchiveFile::ArchiveFile ( std::string && name,
std::string && content,
ArchiveFileType type,
CppUtilities::DateTime creationTime,
CppUtilities::DateTime modificationTime )
inlineexplicit

Definition at line 53 of file archive.h.

Member Data Documentation

◆ content

std::string CppUtilities::ArchiveFile::content

Definition at line 63 of file archive.h.

◆ creationTime

CppUtilities::DateTime CppUtilities::ArchiveFile::creationTime

Definition at line 64 of file archive.h.

◆ modificationTime

CppUtilities::DateTime CppUtilities::ArchiveFile::modificationTime

Definition at line 65 of file archive.h.

◆ name

std::string CppUtilities::ArchiveFile::name

Definition at line 62 of file archive.h.

◆ type

ArchiveFileType CppUtilities::ArchiveFile::type

Definition at line 66 of file archive.h.


The documentation for this struct was generated from the following file: