8 #ifndef aggregateEntityDecoder_H_
9 #define aggregateEntityDecoder_H_
87 #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST( \
88 attrName, netType, mutator, castExpr) \
89 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
90 DtAggregateEntityDecoder, DtAggregateStateRepository, \
91 attrName, netType, mutator, castExpr)
93 #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER( \
94 attrName, netType, inspector) \
95 DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST( \
96 attrName, netType, inspector, (netType))