#include <ddgutil.h>
Class diagram for ddgList:
Public Members | |||
![]() | ![]() | ddgList () | |
![]() | ![]() | Constructor for an empty list. | |
![]() | ![]() | void | add ( ddgListNode* t) |
![]() | ![]() | Add a listnode to the list. | |
![]() | ![]() | void | remove ( ddgListNode* t) |
![]() | ![]() | Remove a specified list node from the list. | |
![]() | ![]() | unsigned int | size () |
![]() | ![]() | Return the size of the list. | |
![]() | ![]() | ddgListNode* | head ( ddgListNode *h = 0) |
![]() | ![]() | Return the head of the list. |