4#include "include/database/pointer/pointer.h"
5#include "include/database/pointer/pointer_flags.h"
26 inline QString text()
const override {
return name_buffer_; }
The NamePointer class acts as a pointer to a Name table. The name string is buffered and is then resy...
Definition: name_pointer.h:18
void init() override
Initialise/connect the Pointer to the item to be pointed to. This need only be done once.
The Pointer class represents a pointer to a table item.
Definition: pointer.h:21
namespace ehm_dal::data_types
Definition: attribute.h:6
@ NULL_POINTER
Definition: pointer_flags.h:9
TableIndex
The TableIndex enum represents the id number of each table within the database.
Definition: table_index.h:14