Bike-X
0.8
|
#include "OVR_List.h"
Public Member Functions | |
void | RemoveNode () |
void | ReplaceNodeWith (T *pnew) |
void | InsertNodeAfter (T *p) |
void | InsertNodeBefore (T *p) |
void | Alloc_MoveTo (ListNode< T > *pdest) |
Data Fields | |
union { | |
T * | pPrev |
void * | pVoidPrev |
}; | |
union { | |
T * | pNext |
void * | pVoidNext |
}; | |
Definition at line 47 of file OVR_List.h.
|
inline |
Definition at line 90 of file OVR_List.h.
|
inline |
Definition at line 74 of file OVR_List.h.
|
inline |
Definition at line 82 of file OVR_List.h.
|
inline |
Definition at line 58 of file OVR_List.h.
|
inline |
Definition at line 65 of file OVR_List.h.
union { ... } |
union { ... } |