RecyclerStruct - Implementation detail for Recycler. More...
#include <Recycler.h>
Public Attributes | |
RecyclerStruct * | Prev |
RecyclerStruct * | Next |
RecyclerStruct - Implementation detail for Recycler.
This is a class that the recycler imposes on free'd memory to carve out next/prev pointers.