![]() |
dnp3 (C++ API) 1.6.0
|
Permissions for world, group, and owner. More...
#include <dnp3.hpp>
Public Member Functions | |
| Permissions (const PermissionSet &world, const PermissionSet &group, const PermissionSet &owner) | |
| Fully construct Permissions specifying the value of each field. More... | |
Static Public Member Functions | |
| static Permissions | none () |
| Permissions with nothing enabled. More... | |
Public Attributes | |
| PermissionSet | world |
| World permissions. More... | |
| PermissionSet | group |
| Group permissions. More... | |
| PermissionSet | owner |
| Owner permissions. More... | |
Friends | |
| class | CppPermissionsFriend |
Permissions for world, group, and owner.
| dnp3::Permissions::Permissions | ( | const PermissionSet & | world, |
| const PermissionSet & | group, | ||
| const PermissionSet & | owner | ||
| ) |
Fully construct Permissions specifying the value of each field.
| world | World permissions |
| group | Group permissions |
| owner | Owner permissions |
|
static |
Permissions with nothing enabled.
| PermissionSet dnp3::Permissions::group |
Group permissions.
| PermissionSet dnp3::Permissions::owner |
Owner permissions.
| PermissionSet dnp3::Permissions::world |
World permissions.