P2P File Share
A simple peer-to-peer file sharing system.
|
This is the complete list of members for PartFile, including all inherited members.
downloaded_pieces | PartFile | |
file_info | PartFile | |
file_path | PartFile | |
group_id | PartFile | |
has_piece(const std::string &piece) const | PartFile | |
is_complete() const | PartFile | |
mark_downloaded(const std::string &piece) | PartFile | |
operator=(const PartFile &src)=default | PartFile | |
operator==(const PartFile &lhs, const PartFile &rhs) | PartFile | friend |
PartFile(const std::string &group_id, std::shared_ptr< FileInfo > file_info, const std::string &file_path, bool all_downloaded) | PartFile | explicit |
PartFile()=delete | PartFile | |
PartFile(const PartFile &src)=default | PartFile | |
PartFile(PartFile &&src)=default | PartFile | |
PieceCount | PartFile | |
remaining_pieces | PartFile |