Blender
V3.3
|
#include <btList.h>
Public Member Functions | |
btGEN_List () | |
btGEN_Link * | getHead () const |
btGEN_Link * | getTail () const |
void | addHead (btGEN_Link *link) |
void | addTail (btGEN_Link *link) |
|
inline |
Definition at line 65 of file btList.h.
References btGEN_Link::insertAfter().
|
inline |
Definition at line 66 of file btList.h.
References btGEN_Link::insertBefore().
|
inline |
Definition at line 62 of file btList.h.
References btGEN_Link::getNext().
|
inline |
Definition at line 63 of file btList.h.
References btGEN_Link::getPrev().