Derive-C
|
#include <template.h>
Public Attributes | ||
union { | ||
V value | ||
INDEX_TYPE next_free | ||
}; | ||
bool | present | |
Definition at line 70 of file template.h.
union { ... } SLOT |
INDEX_TYPE SLOT::next_free |
Definition at line 73 of file template.h.
bool SLOT::present |
Definition at line 80 of file template.h.
V SLOT::value |
Definition at line 72 of file template.h.