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

Public Methods | |
| _VDBL_tableflags (bool _temp=false, bool _unrest=true) | |
| _VDBL_tableflags (const _VDBL_acl &_gacl, bool _temp=false, bool _unrest=true) | |
| _VDBL_tableflags (const _VDBL_tableflags &__t) | |
| virtual | ~_VDBL_tableflags () |
| _VDBL_tableflags & | operator= (const _VDBL_tableflags &__t) |
Public Attributes | |
| bool | temporary |
| bool | unrestricted |
| _VDBL_acl | global |
| std::map< _VDBL_userid, _VDBL_acl > | ACLs |
Definition at line 217 of file vdbl_database.h.
|
||||||||||||
|
standard constructor which optionally initializes some members Definition at line 242 of file vdbl_database.h. |
|
||||||||||||||||
|
constructor which initializes the global ACL and optionally some members Definition at line 249 of file vdbl_database.h. |
|
|
copy constructor Definition at line 257 of file vdbl_database.h. |
|
|
standard destructor Definition at line 265 of file vdbl_database.h. |
|
|
assignment operator Definition at line 270 of file vdbl_database.h. |
|
|
this is an access control list for every single user Definition at line 236 of file vdbl_database.h. |
|
|
this is the global access control list (valid for all users) Definition at line 232 of file vdbl_database.h. |
|
|
decides whether this is a temporary table Definition at line 224 of file vdbl_database.h. |
|
|
decides whether this is table is completely unrestricted Definition at line 228 of file vdbl_database.h. |
1.2.18