My Project
Public Member Functions | Public Attributes | List of all members
DDLinkedList< Type > Class Template Reference

Public Member Functions

int count ()
 
void append (Type data)
 
void append (Node< Type > *node)
 
void remove (Type data)
 
void remove (Node< Type > *remove)
 

Public Attributes

Node< Type > * head
 
Node< Type > * tail
 

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