_reducelist.h

来自「24位真彩色转256色,24位真彩色转256色」· C头文件 代码 · 共 34 行

H
34
字号
// _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 + =
减小字号Ctrl + -
显示快捷键?