root/doc/xml/classTransport.xml @ 187

Revision 187, 5.0 kB (checked in by smidl, 16 years ago)

doc

Line 
1<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.5.6">
3  <compounddef id="classTransport" kind="class" prot="public">
4    <compoundname>Transport</compoundname>
5    <derivedcompoundref refid="classBike" prot="public" virt="non-virtual">Bike</derivedcompoundref>
6    <derivedcompoundref refid="classCar" prot="public" virt="non-virtual">Car</derivedcompoundref>
7      <sectiondef kind="public-attrib">
8      <memberdef kind="variable" id="classTransport_170cae36f44aac2f8acb03ac65acf2a26" prot="public" static="no" mutable="no">
9        <type>const int</type>
10        <definition>const int Transport::year</definition>
11        <argsstring></argsstring>
12        <name>year</name>
13        <briefdescription>
14        </briefdescription>
15        <detaileddescription>
16        </detaileddescription>
17        <inbodydescription>
18        </inbodydescription>
19        <location file="/home/smidl/work/git/mixpp/tests/testUI.cpp" line="10" bodyfile="/home/smidl/work/git/mixpp/tests/testUI.cpp" bodystart="10" bodyend="-1"/>
20      </memberdef>
21      <memberdef kind="variable" id="classTransport_1b0465cd394405877c611959dde903d75" prot="public" static="no" mutable="no">
22        <type>const string</type>
23        <definition>const string Transport::manufacturer</definition>
24        <argsstring></argsstring>
25        <name>manufacturer</name>
26        <briefdescription>
27        </briefdescription>
28        <detaileddescription>
29        </detaileddescription>
30        <inbodydescription>
31        </inbodydescription>
32        <location file="/home/smidl/work/git/mixpp/tests/testUI.cpp" line="11" bodyfile="/home/smidl/work/git/mixpp/tests/testUI.cpp" bodystart="11" bodyend="-1"/>
33      </memberdef>
34      </sectiondef>
35      <sectiondef kind="public-func">
36      <memberdef kind="function" id="classTransport_1e02bf118eb273cccfa2ec0329dca763f" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
37        <type></type>
38        <definition>Transport::Transport</definition>
39        <argsstring>(int year, string manufacturer)</argsstring>
40        <name>Transport</name>
41        <param>
42          <type>int</type>
43          <declname>year</declname>
44        </param>
45        <param>
46          <type>string</type>
47          <declname>manufacturer</declname>
48        </param>
49        <briefdescription>
50        </briefdescription>
51        <detaileddescription>
52        </detaileddescription>
53        <inbodydescription>
54        </inbodydescription>
55        <location file="/home/smidl/work/git/mixpp/tests/testUI.cpp" line="15" bodyfile="/home/smidl/work/git/mixpp/tests/testUI.cpp" bodystart="13" bodyend="16"/>
56      </memberdef>
57      <memberdef kind="function" id="classTransport_1ad4585ba2314080d6b2916a7c667a720" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
58        <type>void</type>
59        <definition>virtual void Transport::ToString</definition>
60        <argsstring>()=0</argsstring>
61        <name>ToString</name>
62        <briefdescription>
63        </briefdescription>
64        <detaileddescription>
65        </detaileddescription>
66        <inbodydescription>
67        </inbodydescription>
68        <location file="/home/smidl/work/git/mixpp/tests/testUI.cpp" line="18"/>
69      </memberdef>
70      </sectiondef>
71    <briefdescription>
72    </briefdescription>
73    <detaileddescription>
74    </detaileddescription>
75    <inheritancegraph>
76      <node id="1314">
77        <label>Bike</label>
78        <childnode refid="1313" relation="public-inheritance">
79        </childnode>
80      </node>
81      <node id="1315">
82        <label>Car</label>
83        <childnode refid="1313" relation="public-inheritance">
84        </childnode>
85      </node>
86      <node id="1313">
87        <label>Transport</label>
88      </node>
89    </inheritancegraph>
90    <collaborationgraph>
91      <node id="1317">
92        <label>string</label>
93      </node>
94      <node id="1316">
95        <label>Transport</label>
96        <childnode refid="1317" relation="usage">
97          <edgelabel>manufacturer</edgelabel>
98        </childnode>
99      </node>
100    </collaborationgraph>
101    <location file="/home/smidl/work/git/mixpp/tests/testUI.cpp" line="8" bodyfile="/home/smidl/work/git/mixpp/tests/testUI.cpp" bodystart="7" bodyend="19"/>
102    <listofallmembers>
103      <member refid="classTransport_1b0465cd394405877c611959dde903d75" prot="public" virt="non-virtual"><scope>Transport</scope><name>manufacturer</name></member>
104      <member refid="classTransport_1ad4585ba2314080d6b2916a7c667a720" prot="public" virt="pure-virtual"><scope>Transport</scope><name>ToString</name></member>
105      <member refid="classTransport_1e02bf118eb273cccfa2ec0329dca763f" prot="public" virt="non-virtual"><scope>Transport</scope><name>Transport</name></member>
106      <member refid="classTransport_170cae36f44aac2f8acb03ac65acf2a26" prot="public" virt="non-virtual"><scope>Transport</scope><name>year</name></member>
107    </listofallmembers>
108  </compounddef>
109</doxygen>
Note: See TracBrowser for help on using the browser.