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