Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

fixed_size_buffer Class Reference

high performance chunks linked list More...

#include <aiogate.h>

List of all members.

Public Member Functions

 fixed_size_buffer ()
 constructor

Public Attributes

ub1_t _ptr [BUFFER_CHUNK]
 points to the chunk of BUFFER_CHUNK length
size_t _begin
 begining bytes offset
size_t _end
 ending bytes offset
fixed_size_buffer_next
 next chunk in a chain


Detailed Description

high performance chunks linked list

Definition at line 46 of file aiogate.h.


Constructor & Destructor Documentation

fixed_size_buffer::fixed_size_buffer (  )  [inline]

constructor

Definition at line 50 of file aiogate.h.


Member Data Documentation

points to the chunk of BUFFER_CHUNK length

Definition at line 57 of file aiogate.h.

Referenced by aiogate::v_on_receive(), and aiogate::v_on_send().

begining bytes offset

Definition at line 58 of file aiogate.h.

Referenced by aiogate::v_on_send().

ending bytes offset

Definition at line 59 of file aiogate.h.

Referenced by aiogate::v_on_send().

next chunk in a chain

Definition at line 61 of file aiogate.h.

Referenced by aiogate::final_close(), and aiogate::v_on_send().


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


© Copyright Terimber 2003-.