fastdo  0.6.8
webx_CgiApp.hpp
浏览该文件的文档.
1 #pragma once
2 
3 namespace eienwebx
4 {
5 
9 class EIENWEBX_DLL CgiApp : public App
10 {
11 
12 };
13 
14 
15 
16 } // namespace eienwebx
#define EIENWEBX_DLL
CGI App类
Definition: webx_CgiApp.hpp:9
Web功能的相关封装
App类,内部有Do文件载入/执行功能
Definition: webx_App.hpp:13