#include <RecordHelper.h>
Public Types | |
typedef FieldHandler< TOutput, TCType, TCType > | Type |
What is all this group stuff good for? It provides a layer of indirection between output types and field handlers that is not specific to each type, so that it's possible to handle a bunch of types with a uniform database column -> field structure mapping with just one group def + 1 RH_ASSIGN_GROUP per type.
Definition at line 146 of file RecordHelper.h.
typedef FieldHandler<TOutput, TCType, TCType> GroupFieldHandler< TOutput, TGroup, TCType >::Type |
Definition at line 147 of file RecordHelper.h.