Bitcoin Core  27.99.0
P2P Digital Currency
Static Public Member Functions | Public Attributes | List of all members
NetWhitebindPermissions Class Reference

#include <net_permissions.h>

Inheritance diagram for NetWhitebindPermissions:
[legend]
Collaboration diagram for NetWhitebindPermissions:
[legend]

Static Public Member Functions

static bool TryParse (const std::string &str, NetWhitebindPermissions &output, bilingual_str &error)
 
- Static Public Member Functions inherited from NetPermissions
static std::vector< std::string > ToStrings (NetPermissionFlags flags)
 
static bool HasFlag (NetPermissionFlags flags, NetPermissionFlags f)
 
static void AddFlag (NetPermissionFlags &flags, NetPermissionFlags f)
 
static void ClearFlag (NetPermissionFlags &flags, NetPermissionFlags f)
 ClearFlag is only called with f == NetPermissionFlags::Implicit. More...
 

Public Attributes

CService m_service
 
- Public Attributes inherited from NetPermissions
NetPermissionFlags m_flags
 

Detailed Description

Definition at line 82 of file net_permissions.h.

Member Function Documentation

◆ TryParse()

bool NetWhitebindPermissions::TryParse ( const std::string &  str,
NetWhitebindPermissions output,
bilingual_str error 
)
static

Definition at line 103 of file net_permissions.cpp.

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

Member Data Documentation

◆ m_service

CService NetWhitebindPermissions::m_service

Definition at line 86 of file net_permissions.h.


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