#include <fingerprint.hpp>
Public Member Functions | |
| fingerprint (const char *id_string, int major, int minor, int revision, int tag) | |
| std::string | to_string () const |
Public Attributes | |
| char | name [2] |
| int | major_version |
| int | minor_version |
| int | revision_version |
| int | tag_version |
Private Member Functions | |
| char | version_to_char (int v) const |
Definition at line 44 of file fingerprint.hpp.
| libtorrent::fingerprint::fingerprint | ( | const char * | id_string, | |
| int | major, | |||
| int | minor, | |||
| int | revision, | |||
| int | tag | |||
| ) | [inline] |
| std::string libtorrent::fingerprint::to_string | ( | ) | const [inline] |
Definition at line 62 of file fingerprint.hpp.
References major_version, minor_version, name, revision_version, simple_client::s, tag_version, and version_to_char().
Referenced by libtorrent::aux::session_impl::session_impl().
| char libtorrent::fingerprint::version_to_char | ( | int | v | ) | const [inline, private] |
| char libtorrent::fingerprint::name[2] |
Definition at line 73 of file fingerprint.hpp.
Referenced by fingerprint(), lookup(), parse_az_style(), parse_mainline_style(), parse_shadow_style(), and to_string().
Definition at line 74 of file fingerprint.hpp.
Referenced by lookup(), parse_az_style(), parse_mainline_style(), parse_shadow_style(), and to_string().
Definition at line 75 of file fingerprint.hpp.
Referenced by lookup(), parse_az_style(), parse_mainline_style(), parse_shadow_style(), and to_string().
Definition at line 76 of file fingerprint.hpp.
Referenced by lookup(), parse_az_style(), parse_mainline_style(), parse_shadow_style(), and to_string().
Definition at line 77 of file fingerprint.hpp.
Referenced by lookup(), parse_az_style(), parse_mainline_style(), parse_shadow_style(), and to_string().
1.5.6