#include <LL.hpp>
Public Methods | |
LL (Type *d=(Type *) NULL, LL< Type > *n=(LL< Type > *) NULL, LL< Type > *p=(LL< Type > *) NULL) | |
LL (LL< Type > &ll) | |
~LL () | |
LL< Type > & | operator= (const LL< Type > &ll) |
int | operator!= (const LL< Type > &ll) const |
int | operator== (const LL< Type > &ll) const |
Type * | operator[] (int num) const |
LL< Type > * | operator[] (const Type *d) |
void | DeleteData () |
Type * | Remove () |
Private Attributes | |
Type * | datamem |
LL< Type > * | prevmem |
LL< Type > * | nextmem |
Friends | |
class | List< Type > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|