new一个对象 传参this有什么用?

CMaster::CMaster() :
	m_pFpga(nullptr)
	, m_pNotifyQueueListener(new CMasterTcpNotifyQueueListener(this))
	, m_pHeartBeatWaiter(new CHeartBeatWaiter(this))
	, m_pSendDisplayDataQueueListener(new CSendDisplayDataQueueListener(this))
	, m_pImageGenerationQueueListener(new C3DImageGenerationQueueListener(this))
	, m_pMasterCmdReceiver(new CMasterTcpCmdReceiver(this))
	, m_pPlayBackQueueListener(new CPlayBackQueueListener(this))
{
}

 

this 就代表这个对象,可以通过this调用对象的成员变量和成员函数

this 代表当前对象

您好,我是有问必答小助手,你的问题已经有小伙伴为您解答了问题,您看下是否解决了您的问题,可以追评进行沟通哦~

如果有您比较满意的答案 / 帮您提供解决思路的答案,可以点击【采纳】按钮,给回答的小伙伴一些鼓励哦~~

ps:问答VIP仅需29元,即可享受5次/月 有问必答服务,了解详情>>>https://vip.csdn.net/askvip?utm_source=1146287632