P2P File Share
A simple peer-to-peer file sharing system.
|
This is the complete list of members for Group, including all inherited members.
add_file(std::shared_ptr< File > file) | Group | inline |
add_join_request(std::shared_ptr< User > user) | Group | inline |
add_user(std::shared_ptr< User > user) | Group | inline |
get_files() const | Group | inline |
get_group_id() const | Group | inline |
get_join_requests() const | Group | inline |
get_owner() const | Group | inline |
get_users() const | Group | inline |
Group(std::string const &group_id, std::shared_ptr< User > owner) | Group | inline |
has_member(std::shared_ptr< User > user) | Group | inline |
remove_join_request(std::shared_ptr< User > user) | Group | inline |
remove_user(std::shared_ptr< User > user) | Group | inline |