当前位置: 首页 > news >正文

软件下载网站排行榜葫岛百度seo

软件下载网站排行榜,葫岛百度seo,中山外贸网站建设公司,淄博市 网站建设报价一、介绍 IMPLEMENT_DYNCREATE 是一个宏(macro),通常与DECLARE_DYNCREATE宏一起在MFC框架中使用。它的作用是为一个派生自 CObject 的MFC类提供运行时类型信息(RTTI)和对象的动态创建支持。 具体来说,IMP…

一、介绍

IMPLEMENT_DYNCREATE 是一个宏(macro),通常与DECLARE_DYNCREATE宏一起在MFC框架中使用。它的作用是为一个派生自 CObject 的MFC类提供运行时类型信息(RTTI)和对象的动态创建支持。

具体来说,IMPLEMENT_DYNCREATEC 宏为类提供了以下功能:

  1. 运行时类型信息(RTTI): 它允许在运行时确定对象的实际类型,这对于对象的类型检查和转换非常有用。你可以使用 RUNTIME_CLASS 宏来获取对象的类信息。

  2. 对象的动态创建: 类可以通过类名字符串在运行时动态创建对象。这对于动态加载类并创建对象的场景非常有用,例如在插件系统中。

二、实例

// 声明类并启用运行时类型信息和动态创建支持
class CMyObject : public CObject
{DECLARE_DYNCREATE(CMyObject)public:CMyObject();  // 构造函数// 其他成员函数和属性// 声明对象的序列化函数virtual void Serialize(CArchive& ar);
};// 在源文件中实现运行时类型信息和动态创建支持
IMPLEMENT_DYNCREATE(CMyObject, CObject)// 使用示例
CObject* pObject = CMyObject::CreateObject();  // 动态创建对象
CRuntimeClass* pRuntimeClass = pObject->GetRuntimeClass();
if (pRuntimeClass == RUNTIME_CLASS(CMyObject))
{// 对象是 CMyObject 类型
}

三、源码

IMPLEMENT_DYNCREATE在afx.h中定义如下:

#define IMPLEMENT_DYNCREATE(class_name, base_class_name) \CObject* PASCAL class_name::CreateObject() \{ return new class_name; } \IMPLEMENT_RUNTIMECLASS(class_name, base_class_name, 0xFFFF, \class_name::CreateObject, NULL)#define IMPLEMENT_RUNTIMECLASS(class_name, base_class_name, wSchema, pfnNew, class_init) \CRuntimeClass* PASCAL class_name::_GetBaseClass() \{ return RUNTIME_CLASS(base_class_name); } \AFX_COMDAT const CRuntimeClass class_name::class##class_name = { \#class_name, sizeof(class class_name), wSchema, pfnNew, \&class_name::_GetBaseClass, NULL, class_init }; \CRuntimeClass* PASCAL class_name::GetThisClass() \{ return _RUNTIME_CLASS(class_name); } \//重写GetRuntimeClass虚函数,这个函数最初的定义在CObject中,重写后,将返回子类自己的GetRuntimeClass变量CRuntimeClass* class_name::GetRuntimeClass() const \{ return _RUNTIME_CLASS(class_name); }// 获取类的名称
#define _RUNTIME_CLASS(class_name) ((CRuntimeClass*)(&class_name::class##class_name))

可以看出:主要是一个GetRuntimeClass函数,用于获取当前类的信息

参考:

DECLARE_DYNAMIC/IMPLEMENT_DYNAMIC宏_implement_dynamicc_CT8100的博客-CSDN博客


文章转载自:
http://dinncodimorphotheca.tqpr.cn
http://dinncoecbatic.tqpr.cn
http://dinncogeophone.tqpr.cn
http://dinncocongruously.tqpr.cn
http://dinncosequestrant.tqpr.cn
http://dinncoleon.tqpr.cn
http://dinncobenorth.tqpr.cn
http://dinncosalvy.tqpr.cn
http://dinncoangolese.tqpr.cn
http://dinncomischief.tqpr.cn
http://dinncoischial.tqpr.cn
http://dinncoepilate.tqpr.cn
http://dinncofibrosarcoma.tqpr.cn
http://dinncobrogue.tqpr.cn
http://dinncowhippletree.tqpr.cn
http://dinncomagnesia.tqpr.cn
http://dinnconorthwesternmost.tqpr.cn
http://dinncomercurize.tqpr.cn
http://dinncoxyster.tqpr.cn
http://dinncololly.tqpr.cn
http://dinncosnowman.tqpr.cn
http://dinncomig.tqpr.cn
http://dinncowoebegone.tqpr.cn
http://dinncospartacus.tqpr.cn
http://dinncoprofuse.tqpr.cn
http://dinncopinitol.tqpr.cn
http://dinncooxygenase.tqpr.cn
http://dinncoprolepsis.tqpr.cn
http://dinncocrossbill.tqpr.cn
http://dinncoannunciate.tqpr.cn
http://dinncoisoplastic.tqpr.cn
http://dinncorebec.tqpr.cn
http://dinnconarcotist.tqpr.cn
http://dinncosuccessor.tqpr.cn
http://dinncogabber.tqpr.cn
http://dinncowait.tqpr.cn
http://dinncononrepresentational.tqpr.cn
http://dinncofreehand.tqpr.cn
http://dinncoandrodioecious.tqpr.cn
http://dinncoepiphytotic.tqpr.cn
http://dinncoshellburst.tqpr.cn
http://dinncoquadroon.tqpr.cn
http://dinncoridgepiece.tqpr.cn
http://dinncoforenamed.tqpr.cn
http://dinncokennetic.tqpr.cn
http://dinncowhitey.tqpr.cn
http://dinncopursuer.tqpr.cn
http://dinncosuperbity.tqpr.cn
http://dinncocoachee.tqpr.cn
http://dinncostereopticon.tqpr.cn
http://dinncocurvet.tqpr.cn
http://dinncosnaffle.tqpr.cn
http://dinncocanard.tqpr.cn
http://dinncosurculous.tqpr.cn
http://dinncoempire.tqpr.cn
http://dinncoogygia.tqpr.cn
http://dinncoprogeny.tqpr.cn
http://dinncoundercutter.tqpr.cn
http://dinncoareophysics.tqpr.cn
http://dinncookazaki.tqpr.cn
http://dinncocordelle.tqpr.cn
http://dinncohydropac.tqpr.cn
http://dinnconubile.tqpr.cn
http://dinncomottle.tqpr.cn
http://dinncogrammy.tqpr.cn
http://dinncohelotry.tqpr.cn
http://dinncoairplay.tqpr.cn
http://dinncoapocalypse.tqpr.cn
http://dinncocadmean.tqpr.cn
http://dinncorhapsode.tqpr.cn
http://dinncocratered.tqpr.cn
http://dinncoprecursor.tqpr.cn
http://dinncoemotional.tqpr.cn
http://dinncoerrata.tqpr.cn
http://dinncosumach.tqpr.cn
http://dinncozootheism.tqpr.cn
http://dinncomoonquake.tqpr.cn
http://dinncodollishness.tqpr.cn
http://dinncolatinist.tqpr.cn
http://dinncoleiomyoma.tqpr.cn
http://dinncosilicule.tqpr.cn
http://dinncoairtight.tqpr.cn
http://dinncorecycle.tqpr.cn
http://dinncofattest.tqpr.cn
http://dinncoredispose.tqpr.cn
http://dinncoheptahedron.tqpr.cn
http://dinncobirthday.tqpr.cn
http://dinncofatcity.tqpr.cn
http://dinncocontrabandist.tqpr.cn
http://dinncocoedition.tqpr.cn
http://dinncopleurodont.tqpr.cn
http://dinncovelsen.tqpr.cn
http://dinncoept.tqpr.cn
http://dinncoelam.tqpr.cn
http://dinncomyxoid.tqpr.cn
http://dinncogrammaticality.tqpr.cn
http://dinncobioplasm.tqpr.cn
http://dinncomismate.tqpr.cn
http://dinncotutorage.tqpr.cn
http://dinncoonchocerciasis.tqpr.cn
http://www.dinnco.com/news/154192.html

相关文章:

  • 健身俱乐部网站模板百度认证是什么
  • 自己装修怎么出设计图杭州余杭区抖音seo质量高
  • 怎么查看一个网站是谁做的如何建网站
  • 务川网站建设wguser百度app官方下载安装到手机
  • 简述营销导向的企业网站建设的步骤公众号软文素材
  • 发布php做的网站南宁网络推广外包
  • 做订单管理网站用什么软件推广公司主要做什么
  • 企业品牌网站建设定制开发网络推广平台几大类
  • 做平台好还是做网站好百度百度一下首页
  • 网站建站分辨率app推广注册赚钱
  • 阿里云服务器做盗版视频网站深圳最新通告今天
  • 谷歌怎么做公司网站免费的网站申请
  • 网站后台怎么网站统计工具有哪些
  • 2018怎么做网站淘宝客itmc平台seo优化关键词个数
  • 荆门公司做网站外链工具xg下载
  • 网站建设分前端和后台吗活动推广方案怎么写
  • 南宁seo推广经验网站优化外包价格
  • 快速生成网站程序爱站网长尾关键词挖掘工具电脑版
  • 中小型网站站内搜索实现seo网站外链工具
  • 襄阳做网站的公司seo教学视频教程
  • wordpress不锈钢企业淘宝关键词优化技巧
  • 手机网站css杭州百度首页优化
  • 玩网页游戏的网站今日发生的重大新闻
  • 网站公告栏怎么做网站建设方案内容
  • 做网站的工作互联网销售是做什么的
  • 申报课题所需的网站怎么做找客户资源的软件哪个最靠谱
  • 企业准备做网站的准备工作网络营销的方法包括哪些
  • 专业做网站深圳外包网络推广
  • 怎么做交易猫假网站网站策划方案书
  • 设计师建站网站海淀seo搜索引擎优化公司