File: a00282.dot

package info (click to toggle)
libloki 0.1.7-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,568 kB
  • sloc: cpp: 30,476; ansic: 1,974; makefile: 365; php: 316; perl: 108
file content (8 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
digraph G
{
  bgcolor="transparent";
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
  node [fontname="FreeSans",fontsize="10",shape=record];
  rankdir=LR;
  Node1 [label="AbstractFactory",height=0.2,width=0.4,color="black",URL="$a00001.html",tooltip="Implements an abstract object factory."];
}