#include <annotation.h>
Public Member Functions | |
annotation (const vdbl::tableid &_ti, const vdbl::rowid &_ri) | |
virtual | ~annotation () |
vdbl::tableid | get_table () const |
vdbl::rowid | get_entry () const |
Definition at line 47 of file annotation.h.
coco::annotation::annotation | ( | const vdbl::tableid & | _ti, | |
const vdbl::rowid & | _ri | |||
) | [inline] |
standard constructor
Definition at line 55 of file annotation.h.
virtual coco::annotation::~annotation | ( | ) | [inline, virtual] |
standard destructor
Definition at line 58 of file annotation.h.
vdbl::rowid coco::annotation::get_entry | ( | ) | const [inline] |
retrieve the row_id part from the annotation
Definition at line 63 of file annotation.h.
vdbl::tableid coco::annotation::get_table | ( | ) | const [inline] |
retrieve the table_id part from the annotation
Definition at line 61 of file annotation.h.