• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

types/H03-May-2022-5,3814,247

Makefile.amH A D15-Feb-20211.6 KiB9873

Makefile.inH A D03-May-202232.4 KiB1,013910

READMEH A D15-Feb-20212.4 KiB9577

build.cH A D15-Feb-20218 KiB330252

builddefs.cH A D15-Feb-20213.8 KiB163119

main.cH A D15-Feb-20217.6 KiB230208

tm_builder.cH A D15-Feb-202142.8 KiB1,5921,257

tm_builder.hH A D15-Feb-20218.6 KiB196130

tm_builder_c.cH A D15-Feb-2021243.8 KiB7,7266,135

tm_builder_c.hH A D15-Feb-2021583 285

tm_builder_p.hH A D15-Feb-20213.2 KiB10057

tm_code.cH A D15-Feb-20218.8 KiB383284

tm_code.hH A D15-Feb-20213.2 KiB11736

tm_code.xmlH A D15-Feb-20212.1 KiB8569

tm_code_p.hH A D15-Feb-2021700 3419

tm_define.cH A D15-Feb-20219.3 KiB430319

tm_define.hH A D15-Feb-20213.6 KiB13845

tm_define.xmlH A D15-Feb-20212.6 KiB10284

tm_define_p.hH A D15-Feb-2021692 3520

tm_enum.cH A D15-Feb-20219 KiB423323

tm_enum.hH A D15-Feb-20213.1 KiB11736

tm_enum.xmlH A D15-Feb-20212.1 KiB8569

tm_enum_p.hH A D15-Feb-2021690 3419

tm_group.cH A D15-Feb-20212.6 KiB15694

tm_group.hH A D15-Feb-20211.2 KiB4115

tm_group_p.hH A D15-Feb-2021648 3310

tm_header.cH A D15-Feb-20213.3 KiB170106

tm_header.hH A D15-Feb-20211.6 KiB6130

tm_header_p.hH A D15-Feb-2021663 3411

tm_inline.cH A D15-Feb-20213.3 KiB183111

tm_inline.hH A D15-Feb-20211.5 KiB5524

tm_inline_p.hH A D15-Feb-2021715 3713

tm_item.cH A D15-Feb-20214.5 KiB220163

tm_item.hH A D15-Feb-20212 KiB7529

tm_item.xmlH A D15-Feb-20211,002 4937

tm_item_p.hH A D15-Feb-2021559 3015

tm_member.cH A D15-Feb-202115.2 KiB791538

tm_member.hH A D15-Feb-20214.3 KiB11563

tm_member_p.hH A D15-Feb-20211.1 KiB6631

tm_signal.cH A D15-Feb-20216.9 KiB314235

tm_signal.hH A D15-Feb-20213.1 KiB11037

tm_signal.xmlH A D15-Feb-20211.7 KiB7557

tm_signal_p.hH A D15-Feb-2021614 3217

tm_slot.cH A D15-Feb-20216.8 KiB314235

tm_slot.hH A D15-Feb-20212.9 KiB11037

tm_slot.xmlH A D15-Feb-20211.7 KiB7557

tm_slot_p.hH A D15-Feb-2021602 3217

tm_type.cH A D15-Feb-202130.5 KiB1,402990

tm_type.hH A D15-Feb-20218.7 KiB223146

tm_type_p.hH A D15-Feb-20211.6 KiB8748

tm_typemanager.cH A D15-Feb-202121.3 KiB842602

tm_typemanager.hH A D15-Feb-20212.1 KiB5624

tm_typemanager_p.hH A D15-Feb-2021974 4113

tm_util.cH A D15-Feb-20215.5 KiB185142

tm_util.hH A D15-Feb-2021680 317

tm_virtualfn.cH A D15-Feb-20219 KiB503323

tm_virtualfn.hH A D15-Feb-20213.4 KiB9244

tm_virtualfn_p.hH A D15-Feb-2021986 5724

typemaker2.hH A D15-Feb-2021606 256

README

1<?xml?>
2
3<tm2>
4  <type id="TEST" type="pointer">
5    <lang id="c">
6      <identifier>TEST</identifier>
7      <prefix>Test</prefix>
8
9      <flags>
10        with_db
11        with_xml
12        with_object
13        with_list1
14        with_list2
15        with_inherit
16        with_idmap
17      </flags>
18
19      <headers>
20        <header type="sys" loc="pre">gwenhywfar/types.h</header>
21        <header type="sys" loc="post">test/user.h</header>
22        <header type="local" loc="code">test_l.h</header>
23      </headers>
24
25    </lang>
26
27    <enums>
28      <enum id="TEST_ENUM_MODE" prefix="Test_Enum_Mode_">
29        <item name="sequence" value="1"></item>
30        <item name="bitField"></item>
31      </enum>
32    </enums>
33
34    <members>
35
36      <member name="id" type="uint32_t">
37        <default>0</default>
38        <preset>0</preset>
39        <access>library</access>
40        <flags>volatile</flags>
41      </member>
42
43      <member name="charPointer" type="char_ptr" maxlen="32" >
44        <default>NULL</default>
45        <preset>NULL</preset>
46        <access>public</access>
47        <flags>own</flags>
48        <setflags>const dup</setflags>
49        <getflags>const</getflags>
50      </member>
51
52      <member name="charArray" type="char_array" maxlen="32" >
53        <default>NULL</default>
54        <preset>NULL</preset>
55        <access>public</access>
56        <flags>own</flags>
57        <setflags>const dup</setflags>
58        <getflags>const</getflags>
59      </member>
60
61      <member name="charPointerNoDup" type="char_ptr" maxlen="32" >
62        <default>NULL</default>
63        <preset>NULL</preset>
64        <access>protected</access>
65        <flags>own nodup</flags>
66        <setflags>const dup</setflags>
67        <getflags>const</getflags>
68      </member>
69
70      <member name="charPointerPrivate" type="char_ptr" maxlen="32" >
71        <default>NULL</default>
72        <preset>NULL</preset>
73        <access>private</access>
74        <flags>own</flags>
75        <setflags>const dup</setflags>
76        <getflags>const</getflags>
77      </member>
78
79      <member name="mode" type="int" maxlen="64" enum="TEST_ENUM_MODE" >
80        <default>Test_Enum_Mode_Unknown</default>
81        <preset>Test_Enum_Mode_Unknown</preset>
82        <access>public</access>
83        <flags>attribute enum</flags>
84        <setflags>none</setflags>
85        <getflags>none</getflags>
86      </member>
87
88    </members>
89
90
91  </type>
92
93</tm2>
94
95