![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <net_permissions.h>
Static Public Member Functions | |
static bool | TryParse (const std::string &str, NetWhitelistPermissions &output, bilingual_str &error) |
![]() | |
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 | |
CSubNet | m_subnet |
![]() | |
NetPermissionFlags | m_flags |
Definition at line 83 of file net_permissions.h.
|
static |
Definition at line 107 of file net_permissions.cpp.
CSubNet NetWhitelistPermissions::m_subnet |
Definition at line 87 of file net_permissions.h.