summaryrefslogtreecommitdiffstats
path: root/testing/027/struct_object.xml
blob: 7ab7e7a454bd2fd5b2ef54ca7fb37b0f38d7b26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US">
  <compounddef id="struct_object" kind="struct" language="C++" prot="public">
    <compoundname>Object</compoundname>
    <derivedcompoundref refid="struct_vehicle" prot="public" virt="non-virtual">Vehicle</derivedcompoundref>
    <sectiondef kind="private-attrib">
      <memberdef kind="variable" id="struct_object_1a1b6037fba835e83243ababce426ff9af" prot="private" static="no" mutable="no">
        <type>int</type>
        <definition>int Object::ref</definition>
        <argsstring/>
        <name>ref</name>
        <briefdescription>
          <para>Reference count. </para>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="027_extends.c" line="21" column="7" bodyfile="027_extends.c" bodystart="21" bodyend="-1"/>
      </memberdef>
    </sectiondef>
    <sectiondef kind="public-func">
      <memberdef kind="function" id="struct_object_1a71225073d06a793b9a6ea9263ed37b12" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type><ref refid="struct_object" kindref="compound">Object</ref> *</type>
        <definition>static Object * objRef</definition>
        <argsstring>(Object *obj)</argsstring>
        <name>objRef</name>
        <param>
          <type><ref refid="struct_object" kindref="compound">Object</ref> *</type>
          <declname>obj</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
          <para>Increments object reference count by one. </para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="027_extends.c" line="29" column="16" declfile="027_extends.c" declline="29" declcolumn="16"/>
      </memberdef>
      <memberdef kind="function" id="struct_object_1a924ee0cecc906d148022b3f0d6325cfb" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type><ref refid="struct_object" kindref="compound">Object</ref> *</type>
        <definition>static Object * objUnref</definition>
        <argsstring>(Object *obj)</argsstring>
        <name>objUnref</name>
        <param>
          <type><ref refid="struct_object" kindref="compound">Object</ref> *</type>
          <declname>obj</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
          <para>Decrements object reference count by one. </para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="027_extends.c" line="36" column="16" declfile="027_extends.c" declline="36" declcolumn="16"/>
      </memberdef>
    </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
      <para>Base object class. </para>
    </detaileddescription>
    <inheritancegraph>
      <node id="4">
        <label>Truck</label>
        <link refid="struct_truck"/>
        <childnode refid="2" relation="public-inheritance">
        </childnode>
      </node>
      <node id="2">
        <label>Vehicle</label>
        <link refid="struct_vehicle"/>
        <childnode refid="1" relation="public-inheritance">
        </childnode>
      </node>
      <node id="1">
        <label>Object</label>
        <link refid="struct_object"/>
      </node>
      <node id="3">
        <label>Car</label>
        <link refid="struct_car"/>
        <childnode refid="2" relation="public-inheritance">
        </childnode>
      </node>
    </inheritancegraph>
    <location file="027_extends.c" line="19" column="1" bodyfile="027_extends.c" bodystart="20" bodyend="22"/>
    <listofallmembers>
      <member refid="struct_object_1a71225073d06a793b9a6ea9263ed37b12" prot="public" virt="non-virtual">
        <scope>Object</scope>
        <name>objRef</name>
      </member>
      <member refid="struct_object_1a924ee0cecc906d148022b3f0d6325cfb" prot="public" virt="non-virtual">
        <scope>Object</scope>
        <name>objUnref</name>
      </member>
      <member refid="struct_object_1a1b6037fba835e83243ababce426ff9af" prot="private" virt="non-virtual">
        <scope>Object</scope>
        <name>ref</name>
      </member>
    </listofallmembers>
  </compounddef>
</doxygen>