This is Unofficial EPICS BASE Doxygen Site
tsFreeListItem< T > Union Template Reference

#include "tsFreeList.h"

Public Attributes

char pad [sizeof(T)]
 
tsFreeListItem< T > * pNext
 

Detailed Description

template<class T>
union tsFreeListItem< T >

Definition at line 80 of file tsFreeList.h.

Member Data Documentation

template<class T>
char tsFreeListItem< T >::pad[sizeof(T)]

Definition at line 102 of file tsFreeList.h.

template<class T>
tsFreeListItem< T >* tsFreeListItem< T >::pNext

Definition at line 103 of file tsFreeList.h.


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