summaryrefslogtreecommitdiffstats
path: root/src/doc/book/dot/trpl15-03.dot
blob: 16f026814b95c4c82b66a440a1a7f0be17cbfa06 (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
digraph {
    rankdir=LR;
    overlap=false;
    dpi=300.0;
    node [shape="plaintext"];

    table4[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD SIDES="B">b</TD><TD SIDES="B" PORT="ptr4"></TD></TR>
    </TABLE>>];

    table5[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD PORT="pte4">3</TD><TD PORT="ptr5">  </TD></TR>
    </TABLE>>];


    table0[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD SIDES="B">a</TD><TD SIDES="B" PORT="ptr0"></TD></TR>
    </TABLE>>];

    table1[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD PORT="pte0">5</TD><TD PORT="ptr1">  </TD></TR>
    </TABLE>>];

    table2[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD PORT="pte1">10</TD><TD PORT="ptr2">  </TD></TR>
    </TABLE>>];

    table3[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD PORT="pte2">Nil</TD></TR>
    </TABLE>>];


    table6[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD SIDES="B">c</TD><TD SIDES="B" PORT="ptr6"></TD></TR>
    </TABLE>>];

    table7[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
        <TR><TD PORT="pte6">4</TD><TD PORT="ptr7">  </TD></TR>
    </TABLE>>];


    edge[tailclip="false"];
    table0:ptr0:c -> table1:pte0;
    table1:ptr1:c -> table2:pte1;
    table2:ptr2:c -> table3:pte2;
    table4:ptr4:c -> table5:pte4;
    table5:ptr5:c -> table1:pte0;
    table6:ptr6:c -> table7:pte6;
    table7:ptr7:c -> table1:pte0;
}