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 130 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 138 of file transceiver.hpp.


Member Data Documentation

Size of the frame.

Definition at line 140 of file transceiver.hpp.

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

Definition at line 142 of file transceiver.hpp.

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

Definition at line 144 of file transceiver.hpp.


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

Generated on Sat Sep 6 18:13:22 2008 for fastcgi++ by  doxygen 1.5.6