Bullet Collision Detection & Physics Library
Public Member Functions | Private Attributes | List of all members
btGEN_List Class Reference

#include <btList.h>

Collaboration diagram for btGEN_List:
Collaboration graph
[legend]

Public Member Functions

 btGEN_List ()
 
btGEN_LinkgetHead () const
 
btGEN_LinkgetTail () const
 
void addHead (btGEN_Link *link)
 
void addTail (btGEN_Link *link)
 

Private Attributes

btGEN_Link m_head
 
btGEN_Link m_tail
 

Detailed Description

Definition at line 55 of file btList.h.

Constructor & Destructor Documentation

btGEN_List::btGEN_List ( )
inline

Definition at line 57 of file btList.h.

Member Function Documentation

void btGEN_List::addHead ( btGEN_Link link)
inline

Definition at line 62 of file btList.h.

void btGEN_List::addTail ( btGEN_Link link)
inline

Definition at line 63 of file btList.h.

btGEN_Link* btGEN_List::getHead ( ) const
inline

Definition at line 59 of file btList.h.

btGEN_Link* btGEN_List::getTail ( ) const
inline

Definition at line 60 of file btList.h.

Member Data Documentation

btGEN_Link btGEN_List::m_head
private

Definition at line 66 of file btList.h.

btGEN_Link btGEN_List::m_tail
private

Definition at line 67 of file btList.h.


The documentation for this class was generated from the following file: