Visualisierung2
myList Class Reference

#include <myList.h>

Public Member Functions

 myList (void)
 
 ~myList (void)
 

Public Attributes

int index
 Listenindex. More...
 
myListnext
 Pointer zum naechsten Listenelement. More...
 

Detailed Description

Datenstruktur einer einfach verketteten Liste

Definition at line 4 of file myList.h.

Constructor & Destructor Documentation

myList::myList ( void  )

Definition at line 4 of file myList.cpp.

myList::~myList ( void  )

Definition at line 11 of file myList.cpp.

Member Data Documentation

int myList::index

Listenindex.

Definition at line 7 of file myList.h.

myList* myList::next

Pointer zum naechsten Listenelement.

Definition at line 8 of file myList.h.


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