![]() |
Limo
A simple mod manager
|
Stores information about a backup target. More...
#include <backuptarget.h>
Public Member Functions | |
BackupTarget (const std::filesystem::path &path, const std::string &target_name, const std::vector< std::string > &backup_names, const std::vector< int > &active_members) | |
Constructor. | |
bool | operator== (const BackupTarget &other) const |
Tests every member of this and other for equality. | |
Stores information about a backup target.
BackupTarget::BackupTarget | ( | const std::filesystem::path & | path, |
const std::string & | target_name, | ||
const std::vector< std::string > & | backup_names, | ||
const std::vector< int > & | active_members ) |
Constructor.
path | Path to the target file or directory. |
target_name | Display name for this backup target. |
backup_names | Contains display names for all backups for this target. |
active_members | Contains the currently active backup for every profile. |
bool BackupTarget::operator== | ( | const BackupTarget & | other | ) | const |
Tests every member of this and other for equality.
other | BackupTarget to compare this to. |