#include <vdbl_database.h>
Collaboration diagram for _VDBL_viewflags:

Public Methods | |
| _VDBL_viewflags () | |
| _VDBL_viewflags (const _VDBL_acl &_gacl) | |
| _VDBL_viewflags (const _VDBL_viewflags &__v) | |
| virtual | ~_VDBL_viewflags () |
| _VDBL_viewflags & | operator= (const _VDBL_viewflags &__v) |
Public Attributes | |
| _VDBL_acl | global |
| std::map< _VDBL_userid, _VDBL_acl > | ACLs |
Definition at line 286 of file vdbl_database.h.
|
|
standard constructor Definition at line 302 of file vdbl_database.h. |
|
|
constructor which initializes the global ACL entry Definition at line 307 of file vdbl_database.h. |
|
|
copy constructor Definition at line 312 of file vdbl_database.h. |
|
|
standard destructor Definition at line 317 of file vdbl_database.h. |
|
|
assignment operator Definition at line 322 of file vdbl_database.h. |
|
|
this is an access control list for every single user Definition at line 296 of file vdbl_database.h. |
|
|
this is the global access control list (valid for all users) Definition at line 292 of file vdbl_database.h. |
1.2.18