fastcgi++
Public Member Functions | Public Attributes
Fastcgipp::Transceiver::Buffer::Frame Struct Reference

Frame of data associated with a file descriptor More...

List of all members.

Public Member Functions

 Frame (size_t size_, bool closeFd_, Protocol::FullId id_)
 Constructor.

Public Attributes

size_t size
 Size of the frame.
bool closeFd
 Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed.
Protocol::FullId id
 Complete ID (contains a file descriptor) of associated with the data frame.

Detailed Description

Frame of data associated with a file descriptor

Definition at line 138 of file transceiver.hpp.


Constructor & Destructor Documentation

Fastcgipp::Transceiver::Buffer::Frame::Frame ( size_t  size_,
bool  closeFd_,
Protocol::FullId  id_ 
) [inline]

Constructor.

Parameters:
[in]size_Size of the frame
[in]closeFd_Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed
[in]id_Complete ID of the request making the frame

Definition at line 146 of file transceiver.hpp.


Member Data Documentation

Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed.

Definition at line 150 of file transceiver.hpp.

Complete ID (contains a file descriptor) of associated with the data frame.

Definition at line 152 of file transceiver.hpp.

Size of the frame.

Definition at line 148 of file transceiver.hpp.


The documentation for this struct was generated from the following file: