Holds information provided by GNet::ConnectionLookup::find(). More...
#include <gconnectionlookup.h>
Public Member Functions | |
bool | valid () const |
std::string | peerName () const |
Public Attributes | |
std::string | m_peer_name |
bool | m_valid |
Holds information provided by GNet::ConnectionLookup::find().
Definition at line 46 of file gconnectionlookup.h.
std::string GNet::ConnectionLookup::Connection::peerName | ( | ) | const |
Definition at line 30 of file gconnectionlookup_unix.cpp.
bool GNet::ConnectionLookup::Connection::valid | ( | ) | const |
Definition at line 25 of file gconnectionlookup_unix.cpp.
std::string GNet::ConnectionLookup::Connection::m_peer_name |
Definition at line 50 of file gconnectionlookup.h.
bool GNet::ConnectionLookup::Connection::m_valid |
Definition at line 51 of file gconnectionlookup.h.
Referenced by GNet::ConnectionLookup::find().