13 Star 69 Fork 22

johnsonyl/cpps

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
cpps_htmlparser_parser.h 464 Bytes
Copy Edit Raw Blame History
johnsonyl authored 2021-01-09 10:35 +08:00 . 2020-01-09 更新
#ifndef cpps_cpps_htmlparser_parser_h__
#define cpps_cpps_htmlparser_parser_h__
#include <cpps/cpps.h>
#include "html_parser.hpp"
namespace cpps{
class cpps_htmlparser_element;
class cpps_htmlparser_parser
{
public:
cpps_htmlparser_parser();
virtual ~cpps_htmlparser_parser();
cpps_value parse(C *c,std::string html);
public:
HtmlParser parser;
shared_ptr<HtmlDocument> doc;
};
}
#endif //cpps_cpps_htmlparser_parser_h__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cppscript/cpps.git
git@gitee.com:cppscript/cpps.git
cppscript
cpps
cpps
master

Search