Permissions applied to peers matching a subnet, parsed from a ‐whitelist entry.
Synopsis
Declared in <net_permissions.h>
class NetWhitelistPermissions
: public NetPermissions
Base Classes
Name |
Description |
Holds the permission flags granted to a peer and helpers to query and modify them. |
Static Member Functions
Name |
Description |
Add a flag to a set of flags. |
|
Remove a flag from a set of flags. ClearFlag is only called with |
|
Test whether a set of flags contains a given flag (or flag combination). |
|
Convert a set of permission flags into their human‐readable names. |
|
Parse a ‐whitelist string into permissions, a subnet, and a connection direction. |
Data Members
Name |
Description |
The permission flags currently granted. |
|
The subnet these permissions apply to. |
Created with MrDocs