![]() |
Open Lighting Architecture 0.10.9
|
Public Member Functions | |
| RpcPeer (const ola::network::GenericSocketAddress &socket_addr) | |
| const ola::network::GenericSocketAddress & | SocketAddress () const |
| RpcPeer & | operator= (const RpcPeer &other) |
| Assignment operator. | |
| std::string | ToString () const |
| Convert a peer to a human readable string. | |
Friends | |
| ostream & | operator<< (ostream &out, const RpcPeer &peer) |
| A helper function to write an RpcPeer to an ostream. | |
|
inline |
Convert a peer to a human readable string.
|
friend |