TrinityCore
Loading...
Searching...
No Matches
Trinity::Net::Socket< Stream >::Endpoint Struct Reference

Public Member Functions

 Endpoint ()
 
 explicit (false) Endpoint(boost
 

Public Attributes

boost::asio::ip::address Address
 
uint16 Port
 

Detailed Description

template<class Stream = IoContextTcpSocket>
struct Trinity::Net::Socket< Stream >::Endpoint

Definition at line 383 of file Socket.h.

Constructor & Destructor Documentation

◆ Endpoint()

template<class Stream = IoContextTcpSocket>
Trinity::Net::Socket< Stream >::Endpoint::Endpoint ( )
inline

Definition at line 385 of file Socket.h.

Member Function Documentation

◆ explicit()

template<class Stream = IoContextTcpSocket>
Trinity::Net::Socket< Stream >::Endpoint::explicit ( false  )
inline

Definition at line 386 of file Socket.h.

Member Data Documentation

◆ Address

template<class Stream = IoContextTcpSocket>
boost::asio::ip::address Trinity::Net::Socket< Stream >::Endpoint::Address

Definition at line 388 of file Socket.h.

◆ Port

template<class Stream = IoContextTcpSocket>
uint16 Trinity::Net::Socket< Stream >::Endpoint::Port

Definition at line 389 of file Socket.h.


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