Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::address::socket_addr_to_str Class Reference

Convert network address to string. More...

#include <socket_addr_to_str.h>

Inheritance diagram for roc::address::socket_addr_to_str:
Collaboration diagram for roc::address::socket_addr_to_str:

Public Member Functions

 socket_addr_to_str (const SocketAddr &)
 Construct. More...
 
const char * c_str () const
 Get formatted address. More...
 

Detailed Description

Convert network address to string.

Definition at line 22 of file socket_addr_to_str.h.

Constructor & Destructor Documentation

◆ socket_addr_to_str()

roc::address::socket_addr_to_str::socket_addr_to_str ( const SocketAddr )
explicit

Construct.

Member Function Documentation

◆ c_str()

const char* roc::address::socket_addr_to_str::c_str ( ) const
inline

Get formatted address.

Definition at line 28 of file socket_addr_to_str.h.


The documentation for this class was generated from the following file: