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

Public Methods | |
| _VDBL_acl (bool _gr=false, bool _ga=false, bool _gw=false, bool _gd=false, bool _gctp=false) | |
| _VDBL_acl (const _VDBL_acl &_a) | |
| virtual | ~_VDBL_acl () |
| _VDBL_acl & | operator= (const _VDBL_acl &__a) |
Public Attributes | |
| _VDBL_aclentry | global |
| std::map< _VDBL_colid, _VDBL_aclentry > | colwise |
Definition at line 169 of file vdbl_database.h.
|
||||||||||||||||||||||||
|
standard constructor which optionally initializes the global ACL entry Definition at line 185 of file vdbl_database.h. |
|
|
copy constructor Definition at line 192 of file vdbl_database.h. |
|
|
standard destructor Definition at line 198 of file vdbl_database.h. |
|
|
assignment operator Definition at line 203 of file vdbl_database.h. |
|
|
this defines permissions for single columns Definition at line 179 of file vdbl_database.h. |
|
|
this defines permissions for all columns Definition at line 175 of file vdbl_database.h. |
1.2.18