Fastcgipp::Transceiver::Buffer::SendBlock Struct Reference

Block of memory for extraction from Buffer More...

#include <transceiver.hpp>

List of all members.

Public Member Functions

 SendBlock (const char *data_, size_t size_, int fd_)
 Constructor.
 SendBlock (const SendBlock &sendBlock)
 Create a new object that shares the data of the old.

Public Attributes

const char * data
 Pointer to the first byte in the block.
size_t size
 Size in bytes of the data.
int fd
 File descriptor the data should be written to.


Detailed Description

Block of memory for extraction from Buffer

Definition at line 204 of file transceiver.hpp.


Constructor & Destructor Documentation

Fastcgipp::Transceiver::Buffer::SendBlock::SendBlock ( const char *  data_,
size_t  size_,
int  fd_ 
) [inline]

Constructor.

Parameters:
[in] data_ Pointer to the first byte in the block
[in] size_ Size in bytes of the data
[in] fd_ File descriptor the data should be written to

Definition at line 212 of file transceiver.hpp.

Fastcgipp::Transceiver::Buffer::SendBlock::SendBlock ( const SendBlock sendBlock  )  [inline]

Create a new object that shares the data of the old.

Definition at line 214 of file transceiver.hpp.


Member Data Documentation

Pointer to the first byte in the block.

Definition at line 216 of file transceiver.hpp.

Size in bytes of the data.

Definition at line 218 of file transceiver.hpp.

File descriptor the data should be written to.

Definition at line 220 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