P2P File Share
A simple peer-to-peer file sharing system.
|
The first string is the group id and the second string is the file name. More...
#include <file_id.hpp>
Public Member Functions | |
file_id (const std::string &group_id, const std::string &file_name) | |
std::string | to_string () const |
Public Attributes | |
const std::string | group_id |
const std::string | file_name |
Friends | |
bool | operator== (const file_id &lhs, const file_id &rhs) |
The first string is the group id and the second string is the file name.
|
inline |
|
inline |
const std::string file_id::file_name |
const std::string file_id::group_id |