fastdo
0.6.8
首页
命名空间
类
文件
文件列表
文件成员
webx_FcgiOutputMgr.hpp
浏览该文件的文档.
1
#pragma once
2
3
struct
FCGX_Stream;
4
5
namespace
eienwebx
6
{
7
12
class
EIENWEBX_DLL
FcgiOutputMgr
:
public
OutputMgr
13
{
14
public
:
15
FcgiOutputMgr
( FCGX_Stream * fcgiOut, FCGX_Stream * fcgiErr );
16
virtual
~
FcgiOutputMgr
();
17
19
void
resumeStd()
override
;
20
22
void
redirectToSpec()
override
;
23
24
protected
:
25
26
void
_actualOutput(
void
const
* data,
size_t
size )
override
;
27
void
_actualError(
void
const
* data,
size_t
size )
override
;
28
private
:
29
winux::MembersWrapper<struct FcgiOutputMgr_Data>
_self;
30
31
friend
class
Response
;
32
DISABLE_OBJECT_COPY
(
FcgiOutputMgr
)
33
};
34
35
36
}
// namespace eienwebx
winux::MembersWrapper< struct FcgiOutputMgr_Data >
EIENWEBX_DLL
#define EIENWEBX_DLL
Definition:
eienwebx_base.hpp:28
eienwebx::FcgiOutputMgr
FCGI输出管理器
Definition:
webx_FcgiOutputMgr.hpp:12
eienwebx
Web功能的相关封装
Definition:
eienwebx_base.hpp:45
DISABLE_OBJECT_COPY
#define DISABLE_OBJECT_COPY(clsname)
Definition:
utilities.hpp:81
eienwebx::OutputMgr
输出管理器
Definition:
webx_OutputMgr.hpp:12
eienwebx::Response
代表一个客户响应
Definition:
webx_Response.hpp:12
build
windows
include
webx_FcgiOutputMgr.hpp
生成于 2023年 六月 18日 星期日 10:25:58 , 为 fastdo使用
1.8.11