alternative Standard Libary  0.29.8
std::net::TcpClient< IpAddr > Template-Klassenreferenz

#include <TcpClient.hpp>

Öffentliche Methoden

 TcpClient ()
 
 TcpClient (IpAddr addr, int port)
 
 TcpClient (end_point< IpAddr > ep)
 
TcpClient< IpAddr > AcceptTcpClient ()
 
socket< IpAddr > Accept ()
 
bool pending ()
 
void start (int backlog)
 
void stop ()
 

Öffentliche, statische Methoden

static TcpClient< IpAddr > Create (int port)
 

Ausführliche Beschreibung

template<typename IpAddr>
class std::net::TcpClient< IpAddr >

Beschreibung der Konstruktoren und Destruktoren

◆ TcpClient() [1/3]

template<typename IpAddr>
std::net::TcpClient< IpAddr >::TcpClient ( )
inline
43  {
44 
45  }

◆ TcpClient() [2/3]

template<typename IpAddr>
std::net::TcpClient< IpAddr >::TcpClient ( IpAddr  addr,
int  port 
)
inline
46  {
47 
48  }

◆ TcpClient() [3/3]

template<typename IpAddr>
std::net::TcpClient< IpAddr >::TcpClient ( end_point< IpAddr >  ep)
inline
49  {
50 
51  }

Dokumentation der Elementfunktionen

◆ Accept()

template<typename IpAddr>
socket<IpAddr> std::net::TcpClient< IpAddr >::Accept ( )
inline
55  {
56 
57  }

◆ AcceptTcpClient()

template<typename IpAddr>
TcpClient<IpAddr> std::net::TcpClient< IpAddr >::AcceptTcpClient ( )
inline
52  {
53 
54  }

◆ Create()

template<typename IpAddr>
static TcpClient<IpAddr> std::net::TcpClient< IpAddr >::Create ( int  port)
inlinestatic
58  {
59 
60  }

◆ pending()

template<typename IpAddr>
bool std::net::TcpClient< IpAddr >::pending ( )
inline
61  {
62 
63  }

◆ start()

template<typename IpAddr>
void std::net::TcpClient< IpAddr >::start ( int  backlog)
inline
64  {
65 
66  }

◆ stop()

template<typename IpAddr>
void std::net::TcpClient< IpAddr >::stop ( )
inline
67  {
68 
69  }

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: