OOStuBS - Technische Informatik II (TI-II)  2.4
Typdefinitionen | Funktionen | Variablen
cppInit.cc-Dateireferenz

gehe zum Quellcode dieser Datei

Typdefinitionen

typedef void(* ConstructorPointer )()
typedef void(* DestructorPointer )()

Funktionen

void constructObjects ()
void destructObjects ()

Variablen

ConstructorPointer ConstructorListEnd
ConstructorPointer ConstructorListStart
DestructorPointer DestructorListEnd
DestructorPointer DestructorListStart

Dokumentation der benutzerdefinierten Typen

typedef void(* ConstructorPointer)()

Definiert in Zeile 9 der Datei cppInit.cc.

typedef void(* DestructorPointer)()

Definiert in Zeile 10 der Datei cppInit.cc.

Dokumentation der Funktionen

void constructObjects ( )

Definiert in Zeile 23 der Datei cppInit.cc.

void destructObjects ( )

Definiert in Zeile 34 der Datei cppInit.cc.

Variablen-Dokumentation

ConstructorPointer ConstructorListEnd
ConstructorPointer ConstructorListStart
DestructorPointer DestructorListEnd
DestructorPointer DestructorListStart