Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

dt_buf_ Struct Reference

#include <dt_buf.h>


Detailed Description

A structure that contains a dynamically allocated, resizeable block of memory.

Definition at line 13 of file dt_buf.h.

Data Fields

dt_bytebegin
 start of the allocated data (or NULL)

dt_bytestrEnd
 end of the part of the memory block that is currently used

dt_byteallocEnd
 end of the memory block that has been allocated


Field Documentation

dt_byte* dt_buf_::allocEnd
 

end of the memory block that has been allocated

Definition at line 17 of file dt_buf.h.

dt_byte* dt_buf_::begin
 

start of the allocated data (or NULL)

Definition at line 15 of file dt_buf.h.

dt_byte* dt_buf_::strEnd
 

end of the part of the memory block that is currently used

Definition at line 16 of file dt_buf.h.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 1 16:35:38 2003 for datatree by doxygen 1.3.1