User manual

old releases - latest release - trunk

ChunkedBuffer::Node Struct Reference

Collaboration diagram for ChunkedBuffer::Node:

List of all members.


Detailed Description

The basic building block of the larger chunked buffer. A node contains a chunk of data and pointer to the next and previous nodes in the buffer.

There's always at least one node in the buffer, and always exactly one node with available capacity.

Public Member Functions

 Node (Node *next, Node *prev, Chunk *chunk) throw ()

Public Attributes

Nodem_next
Nodem_prev
Chunkm_chunk


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