1 | <etik:class> |
---|
2 | <etik:name> |
---|
3 | Osztaly neve |
---|
4 | </etik:name> |
---|
5 | |
---|
6 | <etik:description> |
---|
7 | Ez itt egy tobbsoros, tobb reszes leiras arrol, hogy altalanossagban |
---|
8 | mire is jo ez az osztaly. Ez itt egy tobbsoros, tobb reszes leiras |
---|
9 | arrol, hogy altalanossagban mire is jo ez az osztaly. |
---|
10 | <para> |
---|
11 | Ez itt az uj bekezdese a leirasnak, mert elofordulhat, hogy tobb |
---|
12 | bekezdesre erdemes tagolni az iromanyt. |
---|
13 | </para> |
---|
14 | </etik:description> |
---|
15 | |
---|
16 | <etik:example> |
---|
17 | Gyakran hasznos egy peldan bemutatni a mukodest. A kovetkezo egy |
---|
18 | egyszeru kis szemleltetes arra, hogy ezt milyen konnyen es gyorsan |
---|
19 | lehet hasznalni: |
---|
20 | <programlisting> |
---|
21 | |
---|
22 | struct eqstr |
---|
23 | { |
---|
24 | bool operator()(const char* s1, const char* s2) const |
---|
25 | { |
---|
26 | return strcmp(s1, s2) == 0; |
---|
27 | } |
---|
28 | }; |
---|
29 | |
---|
30 | |
---|
31 | void lookup(const map_type& Map, const char* str) |
---|
32 | { |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | </programlisting> |
---|
37 | </etik:example> |
---|
38 | |
---|
39 | <etik:definition> |
---|
40 | Ez a definition szekcio arra van, hogy beleirjuk, hogy milyen fajlban |
---|
41 | van definialva az aktualis osztaly. |
---|
42 | Ez <xref linkend="tutorial"/> egy link a tutorialra. |
---|
43 | </etik:definition> |
---|
44 | |
---|
45 | <etik:template_params> |
---|
46 | <etik:template_param> |
---|
47 | <etik:templ_name> |
---|
48 | T |
---|
49 | </etik:templ_name> |
---|
50 | <etik:templ_description> |
---|
51 | Ez itt a T parameter. Ebben adod meg hogy milyen izekbol epitsunk kupacot. |
---|
52 | </etik:templ_description> |
---|
53 | <etik:templ_requirement> |
---|
54 | Legyen implementalva neki az osszehasonlito operator. |
---|
55 | </etik:templ_requirement> |
---|
56 | <etik:templ_default> |
---|
57 | Az nincs |
---|
58 | </etik:templ_default> |
---|
59 | </etik:template_param> |
---|
60 | <etik:template_param> |
---|
61 | <etik:templ_name> |
---|
62 | Af |
---|
63 | </etik:templ_name> |
---|
64 | <etik:templ_description> |
---|
65 | Az Af template parameter is egy olyan vacak, ami a generikussaghoz kell. |
---|
66 | </etik:templ_description> |
---|
67 | <etik:templ_requirement> |
---|
68 | Af szarmazzon az elemi osztalyokbol. |
---|
69 | </etik:templ_requirement> |
---|
70 | <etik:templ_default> |
---|
71 | 0 |
---|
72 | </etik:templ_default> |
---|
73 | </etik:template_param> |
---|
74 | </etik:template_params> |
---|
75 | |
---|
76 | |
---|
77 | <etik:members> |
---|
78 | <etik:member> |
---|
79 | <etik:m_name> |
---|
80 | iterator |
---|
81 | </etik:m_name> |
---|
82 | <etik:m_where_def> |
---|
83 | container |
---|
84 | </etik:m_where_def> |
---|
85 | <etik:m_description> |
---|
86 | Arra valo, hogy vegigiteraljunk vele. |
---|
87 | </etik:m_description> |
---|
88 | |
---|
89 | </etik:member> |
---|
90 | <etik:member> |
---|
91 | <etik:m_name> |
---|
92 | void push_back(const T&) |
---|
93 | </etik:m_name> |
---|
94 | <etik:m_where_def> |
---|
95 | Back Insertion Sequence |
---|
96 | </etik:m_where_def> |
---|
97 | <etik:m_description> |
---|
98 | Egy uj element tesz e vegere. |
---|
99 | </etik:m_description> |
---|
100 | |
---|
101 | </etik:member> |
---|
102 | </etik:members> |
---|
103 | |
---|
104 | |
---|
105 | |
---|
106 | |
---|
107 | </etik:class> |
---|
108 | |
---|
109 | |
---|
110 | <!-- Keep this comment at the end of the file |
---|
111 | Local variables: |
---|
112 | mode: xml |
---|
113 | sgml-omittag:nil |
---|
114 | sgml-shorttag:nil |
---|
115 | sgml-namecase-general:nil |
---|
116 | sgml-general-insert-case:lower |
---|
117 | sgml-minimize-attributes:nil |
---|
118 | sgml-always-quote-attributes:t |
---|
119 | sgml-indent-step:2 |
---|
120 | sgml-indent-data:nil |
---|
121 | sgml-parent-document:("graph-classes.xml" "sect1" "etik:class") |
---|
122 | sgml-exposed-tags:nil |
---|
123 | sgml-local-catalogs:nil |
---|
124 | sgml-local-ecat-files:nil |
---|
125 | End: |
---|
126 | --> |
---|