【文件属性】:
文件名称:xml编码和解密代码
文件大小:627B
文件格式:RAR
更新时间:2022-01-09 04:09:02
xml
xml编码和解密代码
【文件预览】:
xml.cpp
网友评论
- 就一个xml.cpp文件,内容如下,我看不出有啥用,0分。特此提醒各位:
#include "xml.h"
#include "../sys_comm.h"
#include "../comm/comm_utils.h"
#include "../comm/data_format.h"
#include "../mem_pool.h"
namespace protocol {
static boost::regex rgx_data("<(\\w+)>(.*?)\\1>");
xml::xml(thread_data *td) : base_parser(td) {}
xml::~xml() {}
bool xml::do_analysis() {}
bool xml::do_actual_analysis(string xml_string) {}
}