9 #ifndef DtDesignatorEncoder_H_
10 #define DtDesignatorEncoder_H_
23 #define DtDECLARE_DESIGNATOR_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtDesignatorRepository, attrName)
28 #define DtDECLARE_DESIGNATOR_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtDesignatorRepository, attrName)
106 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_ENCODER( \
107 attrName, netType, inspector) \
108 DtDEFINE_SIMPLE_ATTR_ENCODER(DtDesignatorEncoder, \
109 DtDesignatorRepository, \
110 attrName, netType, inspector)
117 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_CHECKER( \
118 attrName, inspector) \
119 DtDEFINE_SIMPLE_ATTR_CHECKER(DtDesignatorEncoder, \
120 DtDesignatorRepository, \
123 #endif //DtDesignatorEncoder_H_