File: a00787.dot

package info (click to toggle)
libloki 0.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,888 kB
  • ctags: 5,535
  • sloc: cpp: 22,174; ansic: 1,955; makefile: 359; php: 316; perl: 108
file content (10 lines) | stat: -rwxr-xr-x 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
digraph structs
{
  bgcolor="transparent";
  edge [fontname="FreeSans.ttf",fontsize=8,labelfontname="FreeSans.ttf",labelfontsize=8];
  node [fontname="FreeSans.ttf",fontsize=10,shape=record];
rankdir=LR;
  Node1 [label="Smart pointers",height=0.2,width=0.4,color="black",URL="$a00781.html"];
  Node0 [label="Delete policies",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
  Node1->Node0 [shape=plaintext, color="midnightblue", dir="back", style="solid"];
}