|
fastdo
0.6.16
|
#include "fcgiplus.hpp"#include "eiendb.hpp"#include "eiennet.hpp"#include "eienlog.hpp"#include "eiengd.hpp"#include "eienexpr.hpp"#include "eientpl.hpp"#include "fcgiserv.hpp"#include <iostream>
宏定义 | |
| #define | EXTERN_C |
| #define | FASTDO_API EXTERN_C __declspec(dllexport) |
| #define | GET_RUNPARAM(type) ((type)__runParam) |
| #define | BEGIN_WEB_MAIN(RSP, REQ, APP) |
| #define | END_WEB_MAIN(RSP) |
| #define EXTERN_C |
在文件 fastdo-0.5.x.hpp 第 7 行定义.
| #define FASTDO_API EXTERN_C __declspec(dllexport) |
在文件 fastdo-0.5.x.hpp 第 12 行定义.
| #define GET_RUNPARAM | ( | type | ) | ((type)__runParam) |
在文件 fastdo-0.5.x.hpp 第 36 行定义.
| #define BEGIN_WEB_MAIN | ( | RSP, | |
| REQ, | |||
| APP | |||
| ) |
在文件 fastdo-0.5.x.hpp 第 38 行定义.
| #define END_WEB_MAIN | ( | RSP | ) |
在文件 fastdo-0.5.x.hpp 第 45 行定义.