⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _reducelist.h

📁 24位真彩色转256色,24位真彩色转256色
💻 H
字号:
// _ReduceList.h: interface for the C_ReduceList class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX__REDUCELIST_H__3E527425_DE8B_48FD_AB5A_7A7E77EE1842__INCLUDED_)
#define AFX__REDUCELIST_H__3E527425_DE8B_48FD_AB5A_7A7E77EE1842__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "interface.h"
#include "define.h"	// Added by ClassView

class C_ReduceList  : public I_ReduceList
{
public:
	C_ReduceList();
	virtual ~C_ReduceList();

public:

	virtual HRESULT AddNode(S_Node * psNode);
	virtual HRESULT Reduce(WORD * pwReduceCount);


private:
	HRESULT _ReduceNode(S_Node * psNode,WORD * pwReduceCount);
	S_Node *	m_psHeader ;

};

#endif // !defined(AFX__REDUCELIST_H__3E527425_DE8B_48FD_AB5A_7A7E77EE1842__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -