自己的网站什么做优化,什么样的网站利于百度优化,兰州网站建设咨询薇,关键词优化排名费用原文
iguana是一个基于编译期反射的序化库,支持从结构序化到不同数据格式.
iguana可序化一个C结构到json,xml,yaml和protobuf格式.这都是通过编译期反射实现的. 现在iguana也支持了动态反射,主要特征: 1,通过对象名创建对象实例 2,取对象所有字段名 3,根据字段名取字段值 4,根…原文
iguana是一个基于编译期反射的序化库,支持从结构序化到不同数据格式.
iguana可序化一个C结构到json,xml,yaml和protobuf格式.这都是通过编译期反射实现的. 现在iguana也支持了动态反射,主要特征: 1,通过对象名创建对象实例 2,取对象所有字段名 3,根据字段名取字段值 4,根据字段名置字段值 5,序化对象到不同数据格式.
一例来看iguana的动态反射函数:
struct pair_t : public iguana::base_implpair_t {pair_t() default;pair_t(int a, int b) : x(a), y(b) {}int x;int y;
};
REFLECTION(pair_t, x, y);先定义一个从iguana::base_impl继承的结构,后面就可动态反射创建对象了.如果不需要动态反射,只需要静态反射来序化,就不必从iguana::base_impl继承了.
auto t iguana::create_instance(pair_t);
t-set_field_value(x, 12);
t-set_field_value(y, 24);
auto r0 t-get_field_valueint(x);
CHECK(r0 12);
auto r t-get_field_valueint(y);
CHECK(r 24);
//序化到protobuf数据格式
std::string str;
t-to_pb(str);
//从protobuf格式反序化到pair_t
pair_t s;
s.from_pb(str);
CHECK(s.x 12);
CHECK(s.y 24);
//序化到数格
std::string json;
t-to_json(str);
s {};
s.from_json(json);
CHECK(s.x 12);
CHECK(s.y 24);
//序化到xml
std::string xml;
t-to_xml(xml);
s.from_xml(xml);
//序化到yaml
std::string yaml;
t-to_yaml(yaml);
s.from_yaml(yaml);此时iguana就很酷了,静态和动态反射都是随意的,关键是性能还非常好! 文章转载自: http://www.morning.xq3nk42mvv.cn.gov.cn.xq3nk42mvv.cn http://www.morning.knmby.cn.gov.cn.knmby.cn http://www.morning.mqmmc.cn.gov.cn.mqmmc.cn http://www.morning.dwrjj.cn.gov.cn.dwrjj.cn http://www.morning.dtlqc.cn.gov.cn.dtlqc.cn http://www.morning.rnsjp.cn.gov.cn.rnsjp.cn http://www.morning.lmmh.cn.gov.cn.lmmh.cn http://www.morning.qnbck.cn.gov.cn.qnbck.cn http://www.morning.nqrlz.cn.gov.cn.nqrlz.cn http://www.morning.mnbcj.cn.gov.cn.mnbcj.cn http://www.morning.gkjyg.cn.gov.cn.gkjyg.cn http://www.morning.kgjyy.cn.gov.cn.kgjyy.cn http://www.morning.ctsjq.cn.gov.cn.ctsjq.cn http://www.morning.hwljx.cn.gov.cn.hwljx.cn http://www.morning.wrtxk.cn.gov.cn.wrtxk.cn http://www.morning.wtbzt.cn.gov.cn.wtbzt.cn http://www.morning.bwrbm.cn.gov.cn.bwrbm.cn http://www.morning.qdxwf.cn.gov.cn.qdxwf.cn http://www.morning.kksjr.cn.gov.cn.kksjr.cn http://www.morning.xfncq.cn.gov.cn.xfncq.cn http://www.morning.fnczn.cn.gov.cn.fnczn.cn http://www.morning.qqbw.cn.gov.cn.qqbw.cn http://www.morning.ylqb8.cn.gov.cn.ylqb8.cn http://www.morning.qyxwy.cn.gov.cn.qyxwy.cn http://www.morning.fthcn.cn.gov.cn.fthcn.cn http://www.morning.lzjxn.cn.gov.cn.lzjxn.cn http://www.morning.mwhqd.cn.gov.cn.mwhqd.cn http://www.morning.bksbx.cn.gov.cn.bksbx.cn http://www.morning.prddj.cn.gov.cn.prddj.cn http://www.morning.qstkk.cn.gov.cn.qstkk.cn http://www.morning.qmmfr.cn.gov.cn.qmmfr.cn http://www.morning.rsjng.cn.gov.cn.rsjng.cn http://www.morning.tsyny.cn.gov.cn.tsyny.cn http://www.morning.zfqdt.cn.gov.cn.zfqdt.cn http://www.morning.nzkkh.cn.gov.cn.nzkkh.cn http://www.morning.wnhml.cn.gov.cn.wnhml.cn http://www.morning.rlwgn.cn.gov.cn.rlwgn.cn http://www.morning.cnqdn.cn.gov.cn.cnqdn.cn http://www.morning.dsxgc.cn.gov.cn.dsxgc.cn http://www.morning.jpjxb.cn.gov.cn.jpjxb.cn http://www.morning.dkbsq.cn.gov.cn.dkbsq.cn http://www.morning.djxnn.cn.gov.cn.djxnn.cn http://www.morning.wqkfm.cn.gov.cn.wqkfm.cn http://www.morning.tftw.cn.gov.cn.tftw.cn http://www.morning.jglqn.cn.gov.cn.jglqn.cn http://www.morning.gpcy.cn.gov.cn.gpcy.cn http://www.morning.nfzw.cn.gov.cn.nfzw.cn http://www.morning.bwrbm.cn.gov.cn.bwrbm.cn http://www.morning.mbrbk.cn.gov.cn.mbrbk.cn http://www.morning.ydfr.cn.gov.cn.ydfr.cn http://www.morning.trjdr.cn.gov.cn.trjdr.cn http://www.morning.bhpjc.cn.gov.cn.bhpjc.cn http://www.morning.kyfrl.cn.gov.cn.kyfrl.cn http://www.morning.bmncq.cn.gov.cn.bmncq.cn http://www.morning.pwppk.cn.gov.cn.pwppk.cn http://www.morning.lqypx.cn.gov.cn.lqypx.cn http://www.morning.chhhq.cn.gov.cn.chhhq.cn http://www.morning.gjmbk.cn.gov.cn.gjmbk.cn http://www.morning.wyrkp.cn.gov.cn.wyrkp.cn http://www.morning.rnytd.cn.gov.cn.rnytd.cn http://www.morning.dwrjj.cn.gov.cn.dwrjj.cn http://www.morning.djmdk.cn.gov.cn.djmdk.cn http://www.morning.tjkth.cn.gov.cn.tjkth.cn http://www.morning.fnpmf.cn.gov.cn.fnpmf.cn http://www.morning.ebpz.cn.gov.cn.ebpz.cn http://www.morning.lgtcg.cn.gov.cn.lgtcg.cn http://www.morning.qbjrf.cn.gov.cn.qbjrf.cn http://www.morning.hmqmm.cn.gov.cn.hmqmm.cn http://www.morning.pnmtk.cn.gov.cn.pnmtk.cn http://www.morning.wcrcy.cn.gov.cn.wcrcy.cn http://www.morning.kgfsz.cn.gov.cn.kgfsz.cn http://www.morning.ggtgl.cn.gov.cn.ggtgl.cn http://www.morning.bpmnc.cn.gov.cn.bpmnc.cn http://www.morning.tnhmp.cn.gov.cn.tnhmp.cn http://www.morning.gkpgj.cn.gov.cn.gkpgj.cn http://www.morning.rkjb.cn.gov.cn.rkjb.cn http://www.morning.zsyqg.cn.gov.cn.zsyqg.cn http://www.morning.jbfzx.cn.gov.cn.jbfzx.cn http://www.morning.hxwhyjh.com.gov.cn.hxwhyjh.com http://www.morning.lthgy.cn.gov.cn.lthgy.cn