Blender
V3.3
|
#include <btList.h>
Public Member Functions | |
btGEN_Link () | |
btGEN_Link (btGEN_Link *next, btGEN_Link *prev) | |
btGEN_Link * | getNext () const |
btGEN_Link * | getPrev () const |
bool | isHead () const |
bool | isTail () const |
void | insertBefore (btGEN_Link *link) |
void | insertAfter (btGEN_Link *link) |
void | remove () |
|
inline |
|
inline |
Definition at line 24 of file btList.h.
Referenced by btGEN_List::getHead().
|
inline |
Definition at line 25 of file btList.h.
Referenced by btGEN_List::getTail().
|
inline |
Definition at line 38 of file btList.h.
Referenced by btGEN_List::addHead().
|
inline |
Definition at line 30 of file btList.h.
Referenced by btGEN_List::addTail().