46 #ifndef __WTX_DBO_FIELDLOOKUP_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_DBO_FIELDLOOKUP_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 49 #include "FieldBase.h" 64 const T & data()
const 69 void setData(
const T & value )
74 const T & value()
const 79 void setValue(
const T & value )
86 std::cout << __FILE__ <<
":" << __LINE__ << std::endl;
89 template <
class Action>
void persist( Action & a,
FieldDefBase * fieldDef )
92 std::cout << __FILE__ <<
":" << __LINE__ <<
"no field def" << std::endl;
95 Wt::Dbo::belongsTo( a, m_data, fieldDef-> fieldName() );
98 std::string keyFieldValue()
const 103 retVal = m_data-> keyField().value();
108 std::string cfyFieldValue()
const 113 retVal = m_data-> cfyField().value();
130 #include "FieldLookup_imp.h"