htmlparsebase.cpp
来自「hl2 source code. Do not use it illegal.」· C++ 代码 · 共 39 行
CPP
39 行
/*----------------------------------------------------------------------
Copyright (c) 1998 Gipsysoft. All Rights Reserved.
Please see the file "licence.txt" for licencing details.
File: htmlparsebase.cpp
Owner: russf@gipsysoft.com
Purpose: Base class used for parsing HTML
----------------------------------------------------------------------*/
#include "stdafx.h"
#include <DebugHlp.h>
#include <WinHelper.h>
#include <stdlib.h>
#include <debughlp.h>
#include <TextABC.h>
#include "HTMLParseBase.h"
#include "StaticString.h"
#include "SimpleString.h"
#ifndef MapClass
#include <map.h>
#define MapClass Container::CMap
#endif // MapClass
#ifdef _DEBUG
#define String( s ) (LPCTSTR)CSimpleString( s.GetData(), s.GetLength() )
//#define PTRACE TRACE
#define PTRACE
#else // _DEBUG
#define PTRACE
#define String
#endif // _DEBUG
struct
{
LPCTSTR pcszName;
TCHAR ch;
}
g_arrCharacters[] =
{
_T("nbsp"), _T('
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?