diff -r a63cef252656 -r cd56b9c11492 doc-docbook/html/c57.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-docbook/html/c57.html Thu Feb 05 17:35:42 2004 +0000 @@ -0,0 +1,167 @@ + +Graph Classes
Etik-ol Documentation: Documentation
PrevNext

Chapter 4. Graph Classes

Valami leiras mondjuk a hierarchiarol.

4.1. Egy konkret osztaly


+class Osztaly {
+public:
+  int x;
+
+  Osztaly(int i = 5);
+
+  virtual longlong metodus(double alfa, char* s);
+}
+
+

PrevHomeNext
Main classesUpGNU Free Documentation License
\ No newline at end of file