HDK
|
#include <UT_ORMField.h>
Public Types | |
using | model_t = ModelT |
using | foreign_key_t = typename ModelT::Meta::primary_key_t |
Public Member Functions | |
UT_ORMForeignKeyField ()=default | |
UT_ORMForeignKeyField (foreign_key_t pk) | |
bool | operator== (const UT_ORMForeignKeyField &rhs) const |
bool | operator!= (const UT_ORMForeignKeyField &rhs) const |
ModelT * | get () |
foreign_key_t | id () |
void | setId (const foreign_key_t &id) |
void | setValue (const ModelT &value) |
void | clear () |
Definition at line 160 of file UT_ORMField.h.
using UT_ORMForeignKeyField< ModelT >::foreign_key_t = typename ModelT::Meta::primary_key_t |
Definition at line 164 of file UT_ORMField.h.
using UT_ORMForeignKeyField< ModelT >::model_t = ModelT |
Definition at line 163 of file UT_ORMField.h.
|
default |
|
inline |
Definition at line 167 of file UT_ORMField.h.
|
inline |
Definition at line 214 of file UT_ORMField.h.
|
inline |
Definition at line 180 of file UT_ORMField.h.
|
inline |
Definition at line 191 of file UT_ORMField.h.
|
inline |
Definition at line 175 of file UT_ORMField.h.
|
inline |
Definition at line 171 of file UT_ORMField.h.
|
inline |
Definition at line 195 of file UT_ORMField.h.
|
inline |
Definition at line 200 of file UT_ORMField.h.