Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

block_pool::block_chain_struct Struct Reference

typedef for memory block chain. More...

#include <blockpool.h>

List of all members.

Public Attributes

void* block
 pointer to the current block. More...

unsigned int bytes_used
 number of bytes used in the block. More...

unsigned int block_size
 total block size. More...

block_chain_struct* next_block
 pointer to the next block. More...


Detailed Description

typedef for memory block chain.

Definition at line 77 of file blockpool.h.


Member Data Documentation

void * block_pool::block_chain_struct::block
 

pointer to the current block.

Definition at line 79 of file blockpool.h.

unsigned int block_pool::block_chain_struct::block_size
 

total block size.

Definition at line 85 of file blockpool.h.

unsigned int block_pool::block_chain_struct::bytes_used
 

number of bytes used in the block.

Definition at line 82 of file blockpool.h.

block_chain_struct * block_pool::block_chain_struct::next_block
 

pointer to the next block.

Definition at line 88 of file blockpool.h.


The documentation for this struct was generated from the following file:
Generated at Sat Aug 10 13:23:36 2002 for Wavelet Packet Transform and Lossless Compression by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001