HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMModelMeta::Related Struct Reference

#include <UT_ORMModelMeta.h>

Public Member Functions

 Related (const UT_StringHolder &name, const UT_StringHolder &fk_name, const UT_SharedPtr< UT_ORMModelMeta > &foreign_meta)
 

Public Attributes

UT_StringHolder myName
 
UT_StringHolder myForeignKeyName
 
UT_WeakPtr< UT_ORMModelMetamyForeignMeta
 

Detailed Description

Definition at line 345 of file UT_ORMModelMeta.h.

Constructor & Destructor Documentation

UT_ORMModelMeta::Related::Related ( const UT_StringHolder name,
const UT_StringHolder fk_name,
const UT_SharedPtr< UT_ORMModelMeta > &  foreign_meta 
)
inline

Definition at line 347 of file UT_ORMModelMeta.h.

Member Data Documentation

UT_StringHolder UT_ORMModelMeta::Related::myForeignKeyName

Definition at line 360 of file UT_ORMModelMeta.h.

UT_WeakPtr<UT_ORMModelMeta> UT_ORMModelMeta::Related::myForeignMeta

Definition at line 364 of file UT_ORMModelMeta.h.

UT_StringHolder UT_ORMModelMeta::Related::myName

Definition at line 356 of file UT_ORMModelMeta.h.


The documentation for this struct was generated from the following file: