#include <vdbl_database.h>
Public Member Functions | |
_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 287 of file vdbl_database.h.
_VDBL_viewflags::_VDBL_viewflags | ( | ) | [inline] |
standard constructor
Definition at line 303 of file vdbl_database.h.
_VDBL_viewflags::_VDBL_viewflags | ( | const _VDBL_acl & | _gacl | ) | [inline] |
constructor which initializes the global ACL entry
Definition at line 308 of file vdbl_database.h.
_VDBL_viewflags::_VDBL_viewflags | ( | const _VDBL_viewflags & | __v | ) | [inline] |
copy constructor
Definition at line 313 of file vdbl_database.h.
virtual _VDBL_viewflags::~_VDBL_viewflags | ( | ) | [inline, virtual] |
standard destructor
Definition at line 318 of file vdbl_database.h.
_VDBL_viewflags& _VDBL_viewflags::operator= | ( | const _VDBL_viewflags & | __v | ) | [inline] |
assignment operator
Definition at line 323 of file vdbl_database.h.
std::map<_VDBL_userid,_VDBL_acl> _VDBL_viewflags::ACLs |
this is an access control list for every single user
Definition at line 297 of file vdbl_database.h.
this is the global access control list (valid for all users)
Definition at line 293 of file vdbl_database.h.