swift
Public Member Functions | Public Attributes | List of all members
swift::misc::CDirectoryUtils::DirComparison Struct Reference

Result of directory comparison. More...

Public Member Functions

void insert (const DirComparison &otherComparison)
 Insert values of another comparison.
 

Public Attributes

bool ok = false
 comparison ok
 
QSet< QStringsource
 all source files
 
QSet< QStringmissingInSource
 files not in source, but in target
 
QSet< QStringmissingInTarget
 files not in target, but in source
 
QSet< QStringnewerInSource
 file exists in target, but source is newer
 
QSet< QStringnewerInTarget
 file in target is newer
 
QSet< QStringsameNameInSource
 file exists in source and target, source name
 
QSet< QStringsameNameInTarget
 file exists in source and target, target name
 

Detailed Description

Result of directory comparison.

Definition at line 78 of file directoryutils.h.


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