struct ArchiveEntry

Defined at line 12 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.h

Public Members

basic_string src_path
basic_string dst_path

Public Methods

void ArchiveEntry ()

Defined at line 11 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc

void ~ArchiveEntry ()

Defined at line 16 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc

void ArchiveEntry (std::string src_path, std::string dst_path)

Defined at line 13 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc

void ArchiveEntry (const ArchiveEntry & other)

Defined at line 17 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.h

void ArchiveEntry (ArchiveEntry && other)

Defined at line 18 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc

ArchiveEntry & operator= (const ArchiveEntry & other)

Defined at line 20 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.h

ArchiveEntry & operator= (ArchiveEntry && other)

Defined at line 21 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc

void swap (ArchiveEntry & other)

Defined at line 26 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.cc