#include <vdbl_row.h>
Inheritance diagram for row:


Public Methods | |
| row () | |
| row (const row &__r) | |
| row (const _Base &__r) | |
| row & | operator= (const row &_x) |
| row & | operator= (const _Base &_x) |
| 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 179 of file vdbl_row.h.
|
|
standard constructor Definition at line 190 of file vdbl_row.h. |
|
|
copy constructor Definition at line 194 of file vdbl_row.h. |
|
|
copy constructor from internal class Definition at line 198 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. |
|
|
assignment operator from internal class Definition at line 211 of file vdbl_row.h. |
|
|
assignment operator Definition at line 203 of file vdbl_row.h. |
|
||||||||||||
|
update the column with id Definition at line 165 of file vdbl_row.h. |
1.2.18