#include <vdbl_row.h>
Inheritance diagram for _VDBL_row:
Public Methods | |
_VDBL_row () | |
_VDBL_row (const _VDBL_row &__r) | |
virtual | ~_VDBL_row () |
const _VDBL_col & | get_col (const _VDBL_colid &_id, bool &error) const |
_VDBL_col & | get_col (const _VDBL_colid &_id, bool &error) |
bool | has_col (const _VDBL_colid &_id) const |
bool | insert (const _VDBL_colid &_id, const _VDBL_col &_col) |
bool | drop (const _VDBL_colid &_id) |
void | update (const _VDBL_colid &_id, const _VDBL_col &_col) |
Definition at line 53 of file vdbl_row.h.
|
standard constructor which optionally initializes the global ACL entry Definition at line 66 of file vdbl_row.h. |
|
copy constructor Definition at line 70 of file vdbl_row.h. |
|
standard destructor Definition at line 74 of file vdbl_row.h. |
|
remove the column with id Definition at line 148 of file vdbl_row.h. |
|
get a reference to the column with id Definition at line 102 of file vdbl_row.h. |
|
get a const reference to the column with id Definition at line 81 of file vdbl_row.h. |
|
return whether a column with id Definition at line 121 of file vdbl_row.h. |
|
insert the new column Definition at line 131 of file vdbl_row.h. |
|
update the column with id Definition at line 165 of file vdbl_row.h. |