Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Attributes | List of all members
CConnman::ListenSocket Struct Reference

Public Member Functions

void AddSocketPermissionFlags (NetPermissionFlags &flags) const
 
 ListenSocket (std::shared_ptr< Sock > sock_, NetPermissionFlags permissions_)
 

Public Attributes

std::shared_ptr< Socksock
 

Private Attributes

NetPermissionFlags m_permissions
 

Detailed Description

Definition at line 1093 of file net.h.

Constructor & Destructor Documentation

◆ ListenSocket()

CConnman::ListenSocket::ListenSocket ( std::shared_ptr< Sock sock_,
NetPermissionFlags  permissions_ 
)
inline

Definition at line 1099 of file net.h.

Member Function Documentation

◆ AddSocketPermissionFlags()

void CConnman::ListenSocket::AddSocketPermissionFlags ( NetPermissionFlags flags) const
inline

Definition at line 1096 of file net.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_permissions

NetPermissionFlags CConnman::ListenSocket::m_permissions
private

Definition at line 1104 of file net.h.

◆ sock

std::shared_ptr<Sock> CConnman::ListenSocket::sock

Definition at line 1095 of file net.h.


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