MCPcopy Create free account
hub / github.com/COVESA/vsomeip / to_string

Function to_string

implementation/endpoints/src/local_socket_tcp_impl.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24namespace {
25std::string to_string(boost::asio::ip::tcp::endpoint _own, boost::asio::ip::tcp::endpoint _peer,
26 vsomeip_v3::local_socket_tcp_impl const* _address, vsomeip_v3::socket_role_e _role) {
27 std::stringstream s;
28 s << "role: " << vsomeip_v3::to_string(_role) << ", own: " << _own << ", peer: " << _peer << ", mem: " << _address;
29 return s.str();
30}
31} // namespace
32namespace vsomeip_v3 {
33

Callers 1

local_socket_tcp_implMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected