This is Unofficial EPICS BASE Doxygen Site
tsFreeListChunk< T, N > Struct Template Reference

#include "tsFreeList.h"

Public Attributes

tsFreeListItem< T > items [N]
 
tsFreeListChunk< T, N > * pNext
 

Detailed Description

template<class T, unsigned N = 0x400>
struct tsFreeListChunk< T, N >

Definition at line 81 of file tsFreeList.h.

Member Data Documentation

template<class T, unsigned N = 0x400>
tsFreeListItem< T > tsFreeListChunk< T, N >::items[N]

Definition at line 108 of file tsFreeList.h.

template<class T, unsigned N = 0x400>
tsFreeListChunk< T, N >* tsFreeListChunk< T, N >::pNext

Definition at line 109 of file tsFreeList.h.


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