File: a00203.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 (10 lines) | stat: -rwxr-xr-x 582 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
digraph structs
{
  bgcolor="transparent";
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
  node [fontname="FreeSans",fontsize="10",shape=record];
  rankdir=LR;
  Node1 [label="Cached Factory",height=0.2,width=0.4,color="black",URL="$a00200.html",tooltip="CachedFactory provides an extension of a Factory with caching support."];
  Node0 [label="Eviction 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"];
}