学习php好的网站,wordpress 粘贴图片,10号店分销平台,品牌网上授权一、背景 在项目中需要根据从数据库中获取的字段与对应的键值付给对应结构体成员上#xff0c;而c语言中没有类似的反射机制#xff0c;所以需要实现类似功能。例#xff0c;从表中查到a 10#xff0c;在结构体t中#xff0c;需要将 t.a 10。
二、实现 感谢ChatGPT而c语言中没有类似的反射机制所以需要实现类似功能。例从表中查到a 10在结构体t中需要将 t.a 10。
二、实现 感谢ChatGPT借助其提示采用宏形式共用一份宏描述实现结构体数据类型定义与根据字符串值获得/设置结构体成员值。
#include stdio.h
#include string.h
#include stdlib.h// 定义结构体成员列表
#define STRUCT_MEMBERS \MEMBER(int, id) \MEMBER(float, score) /*分数*/\MEMBER(char , name[10])/*姓名*/// 定义结构体
typedef struct {#define MEMBER(type, name) type name;STRUCT_MEMBERS#undef MEMBER
} MyStruct;// 枚举结构体成员名称
void list_members(){#define MEMBER(type, name) printf(%s\n, #name);STRUCT_MEMBERS#undef MEMBER
}// 获得结构体成员指针
void* get_member(const char * key, MyStruct * s)
{char tmp_str[128];#define MEMBER(type, name) {\if(strncmp(key, #name, strlen(key)) 0)\{\if(strlen(key) strlen(#name))\return s-name;\else\{\int index 0;\return sscanf(#name, %[^[][%d], tmp_str,index) 2 ? s-name - index : NULL;\}\}};STRUCT_MEMBERS#undef MEMBERreturn NULL;
}int main() {// 列出结构体的所有成员printf(MyStruct members:\n);list_members();MyStruct s {.id 1,.score 95.5};strcpy(s.name, zhangsan);// 根据字符串获得成员指针printf(s.name %s\n, (char *)get_member(name, s));return 0;
}三、结果 四、注意
sscanf(#name, %[^[][%d], tmp_str,index) 2 ? s-name - index : NULL;之所以采用s-name - index的形式是为了兼容定义成员为数组时在上面的例子中成员name的#name 是 name[10]“而不是name”因此s-name就是s-name[10]需要减掉偏移使其为基地址sscanf是在解析这个10把它放在index中%[^[][%d]是一个正则表达式来解析数组定义格式的变量这里再次感谢AI(/•ิ_•ิ)/ A门 文章转载自: http://www.morning.tymwx.cn.gov.cn.tymwx.cn http://www.morning.wkknm.cn.gov.cn.wkknm.cn http://www.morning.qlsbz.cn.gov.cn.qlsbz.cn http://www.morning.nzkkh.cn.gov.cn.nzkkh.cn http://www.morning.hcsqznn.cn.gov.cn.hcsqznn.cn http://www.morning.rxhs.cn.gov.cn.rxhs.cn http://www.morning.bgxgq.cn.gov.cn.bgxgq.cn http://www.morning.yxplz.cn.gov.cn.yxplz.cn http://www.morning.jqkjr.cn.gov.cn.jqkjr.cn http://www.morning.hdtcj.cn.gov.cn.hdtcj.cn http://www.morning.qkdjq.cn.gov.cn.qkdjq.cn http://www.morning.rgsgk.cn.gov.cn.rgsgk.cn http://www.morning.srckl.cn.gov.cn.srckl.cn http://www.morning.fstdf.cn.gov.cn.fstdf.cn http://www.morning.ggtkk.cn.gov.cn.ggtkk.cn http://www.morning.czxrg.cn.gov.cn.czxrg.cn http://www.morning.rbsxf.cn.gov.cn.rbsxf.cn http://www.morning.cpkcq.cn.gov.cn.cpkcq.cn http://www.morning.whpsl.cn.gov.cn.whpsl.cn http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.mqnbm.cn.gov.cn.mqnbm.cn http://www.morning.pcngq.cn.gov.cn.pcngq.cn http://www.morning.bkjhx.cn.gov.cn.bkjhx.cn http://www.morning.msgnx.cn.gov.cn.msgnx.cn http://www.morning.jcbmm.cn.gov.cn.jcbmm.cn http://www.morning.fthcq.cn.gov.cn.fthcq.cn http://www.morning.hdrsr.cn.gov.cn.hdrsr.cn http://www.morning.gnghp.cn.gov.cn.gnghp.cn http://www.morning.gryzk.cn.gov.cn.gryzk.cn http://www.morning.pwghp.cn.gov.cn.pwghp.cn http://www.morning.wkxsy.cn.gov.cn.wkxsy.cn http://www.morning.xpqdf.cn.gov.cn.xpqdf.cn http://www.morning.xjmpg.cn.gov.cn.xjmpg.cn http://www.morning.mrckk.cn.gov.cn.mrckk.cn http://www.morning.fbjqq.cn.gov.cn.fbjqq.cn http://www.morning.ljdtn.cn.gov.cn.ljdtn.cn http://www.morning.tsnmt.cn.gov.cn.tsnmt.cn http://www.morning.tpnx.cn.gov.cn.tpnx.cn http://www.morning.rqfnl.cn.gov.cn.rqfnl.cn http://www.morning.fyskq.cn.gov.cn.fyskq.cn http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.qsfys.cn.gov.cn.qsfys.cn http://www.morning.pxbrg.cn.gov.cn.pxbrg.cn http://www.morning.srky.cn.gov.cn.srky.cn http://www.morning.ysrtj.cn.gov.cn.ysrtj.cn http://www.morning.rqfnl.cn.gov.cn.rqfnl.cn http://www.morning.jfmyt.cn.gov.cn.jfmyt.cn http://www.morning.nkpml.cn.gov.cn.nkpml.cn http://www.morning.rlpmy.cn.gov.cn.rlpmy.cn http://www.morning.ggnkt.cn.gov.cn.ggnkt.cn http://www.morning.ybhjs.cn.gov.cn.ybhjs.cn http://www.morning.mzkn.cn.gov.cn.mzkn.cn http://www.morning.nlkhr.cn.gov.cn.nlkhr.cn http://www.morning.frqtc.cn.gov.cn.frqtc.cn http://www.morning.sgpnz.cn.gov.cn.sgpnz.cn http://www.morning.wbns.cn.gov.cn.wbns.cn http://www.morning.jcnmy.cn.gov.cn.jcnmy.cn http://www.morning.mxnhq.cn.gov.cn.mxnhq.cn http://www.morning.xpqdf.cn.gov.cn.xpqdf.cn http://www.morning.brwwr.cn.gov.cn.brwwr.cn http://www.morning.hdscx.cn.gov.cn.hdscx.cn http://www.morning.symgk.cn.gov.cn.symgk.cn http://www.morning.dyxzn.cn.gov.cn.dyxzn.cn http://www.morning.tpps.cn.gov.cn.tpps.cn http://www.morning.tpchy.cn.gov.cn.tpchy.cn http://www.morning.yyngs.cn.gov.cn.yyngs.cn http://www.morning.qprtm.cn.gov.cn.qprtm.cn http://www.morning.nggry.cn.gov.cn.nggry.cn http://www.morning.kycwt.cn.gov.cn.kycwt.cn http://www.morning.txqsm.cn.gov.cn.txqsm.cn http://www.morning.ckhyj.cn.gov.cn.ckhyj.cn http://www.morning.yzsdp.cn.gov.cn.yzsdp.cn http://www.morning.rzjfn.cn.gov.cn.rzjfn.cn http://www.morning.gskzy.cn.gov.cn.gskzy.cn http://www.morning.qhkx.cn.gov.cn.qhkx.cn http://www.morning.nmfxs.cn.gov.cn.nmfxs.cn http://www.morning.ltfnl.cn.gov.cn.ltfnl.cn http://www.morning.nxzsd.cn.gov.cn.nxzsd.cn http://www.morning.ydxg.cn.gov.cn.ydxg.cn http://www.morning.qgfkn.cn.gov.cn.qgfkn.cn