#include <vdbl_database.h>
Public Member Functions | |
_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 112 of file vdbl_database.h.
_VDBL_aclentry::_VDBL_aclentry | ( | bool | _r = false , |
|
bool | _a = false , |
|||
bool | _w = false , |
|||
bool | _d = false , |
|||
bool | _ctp = false | |||
) | [inline] |
standard constructor which optionally initializes the data members
Definition at line 130 of file vdbl_database.h.
_VDBL_aclentry::_VDBL_aclentry | ( | const _VDBL_aclentry & | _a | ) | [inline] |
copy constructor
Definition at line 139 of file vdbl_database.h.
virtual _VDBL_aclentry::~_VDBL_aclentry | ( | ) | [inline, virtual] |
standard destructor
Definition at line 147 of file vdbl_database.h.
_VDBL_aclentry& _VDBL_aclentry::operator= | ( | const _VDBL_aclentry & | __a | ) | [inline] |
assignment operator
Definition at line 152 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 123 of file vdbl_database.h.
bool _VDBL_aclentry::drop |
These flags describe the permissions
Definition at line 122 of file vdbl_database.h.
bool _VDBL_aclentry::read |
These flags describe the permissions
Definition at line 119 of file vdbl_database.h.
These flags describe the permissions
Definition at line 120 of file vdbl_database.h.