| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <ListMemBuf.h>
Definition at line 78 of file ListMemBuf.h.
Public Member Functions | |
| entry_t () | |
| constructor | |
Public Attributes | |
| T | data |
| The data being stored, not actually an instantiation of T, but big enough to hold it. | |
| index_t | next |
| The next element in the used or free chain. | |
| index_t | prev |
| The previous element in the used chain, invalid if in the free chain. | |
|
|||||||||
|
constructor
Definition at line 80 of file ListMemBuf.h. References ListMemBuf< T_t, MAX, idx_t >::entry_t::data, and ListMemBuf< T_t, MAX, idx_t >::index_t. |
|
|||||
|
The data being stored, not actually an instantiation of T, but big enough to hold it.
Definition at line 81 of file ListMemBuf.h. |
|
|||||
|
The next element in the used or free chain.
Definition at line 82 of file ListMemBuf.h. |
|
|||||
|
The previous element in the used chain, invalid if in the free chain.
Definition at line 83 of file ListMemBuf.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:56:27 2003 by Doxygen 1.3.4 |