Bike-X
0.8
|
#include "OVR_Types.h"
Go to the source code of this file.
Data Structures | |
struct | OVR::ListNode< T > |
class | OVR::List< T, B > |
union | OVR::ListNode.__unnamed__ |
union | OVR::ListNode.__unnamed__ |
Namespaces | |
OVR | |
Functions | |
template<class List , class Allocator > | |
void | OVR::FreeListElements (List &list, Allocator &allocator) |
union OVR::ListNode.__unnamed__ |
Definition at line 49 of file OVR_List.h.
Data Fields | ||
---|---|---|
T * | pPrev | |
void * | pVoidPrev |
union OVR::ListNode.__unnamed__ |
Definition at line 53 of file OVR_List.h.
Data Fields | ||
---|---|---|
T * | pNext | |
void * | pVoidNext |