Visualisierung2
Main Page
Classes
Files
File List
File Members
myList.cpp
Go to the documentation of this file.
1
#include "
myList.h
"
2
3
4
myList::myList
(
void
)
5
{
6
index
= 0;
7
next
=
nullptr
;
8
}
9
10
11
myList::~myList
(
void
)
12
{
13
}
myList::index
int index
Listenindex.
Definition:
myList.h:7
myList::~myList
~myList(void)
Definition:
myList.cpp:11
myList::myList
myList(void)
Definition:
myList.cpp:4
myList.h
myList::next
myList * next
Pointer zum naechsten Listenelement.
Definition:
myList.h:8
VisuSpaceFillingCurve
VisuSpaceFillingCurve
myList.cpp
Generated on Mon Jun 8 2015 21:34:00 for Visualisierung2 by
1.8.9.1