Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 1405 of file net.h.

Constructor & Destructor Documentation

◆ ListenSocket()

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

Definition at line 1409 of file net.h.

Member Function Documentation

◆ AddSocketPermissionFlags()

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

Definition at line 1408 of file net.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_permissions

NetPermissionFlags CConnman::ListenSocket::m_permissions
private

Definition at line 1415 of file net.h.

◆ sock

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

Definition at line 1407 of file net.h.


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