9 #ifndef DtEnvironmentProcessDecoder_H_
10 #define DtEnvironmentProcessDecoder_H_
27 #define DtDECLARE_ENVPROC_ATTR_DECODER(attrName) \
28 DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName)
82 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER( \
83 attrName, netType, mutator) \
84 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
85 DtEnvironmentProcessDecoder, \
86 DtEnvironmentProcessRepository, \
87 attrName, netType, mutator, (netType))
89 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER_WITH_CAST( \
90 attrName, netType, mutator, castExpr) \
91 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
92 DtEnvironmentProcessDecoder, \
93 DtEnvironmentProcessRepository, \
94 attrName, netType, mutator, castExpr)