![]() |
Visualisierung2
|
#include <myList.h>
Public Member Functions | |
| myList (void) | |
| ~myList (void) | |
Public Attributes | |
| int | index |
| Listenindex. More... | |
| myList * | next |
| Pointer zum naechsten Listenelement. More... | |
| myList::myList | ( | void | ) |
Definition at line 4 of file myList.cpp.
| myList::~myList | ( | void | ) |
Definition at line 11 of file myList.cpp.