#include <vdbl_database.h>
Public Methods | |
_VDBL_aclentry (bool _r=false, bool _a=false, bool _w=false, bool _d=false, bool _ctp=false) | |
_VDBL_aclentry (const _VDBL_aclentry &_a) | |
virtual | ~_VDBL_aclentry () |
_VDBL_aclentry & | operator= (const _VDBL_aclentry &__a) |
Public Attributes | |
bool | read |
bool | write |
bool | append |
bool | drop |
bool | commit_to_parent |
Definition at line 111 of file vdbl_database.h.
|
standard constructor which optionally initializes the data members Definition at line 129 of file vdbl_database.h. |
|
copy constructor Definition at line 138 of file vdbl_database.h. |
|
standard destructor Definition at line 146 of file vdbl_database.h. |
|
assignment operator Definition at line 151 of file vdbl_database.h. |
|
These flags describe the permissions Definition at line 120 of file vdbl_database.h. |
|
These flags describe the permissions Definition at line 122 of file vdbl_database.h. |
|
These flags describe the permissions Definition at line 121 of file vdbl_database.h. |
|
These flags describe the permissions Definition at line 118 of file vdbl_database.h. |
|
These flags describe the permissions Definition at line 119 of file vdbl_database.h. |