summaryrefslogtreecommitdiff
path: root/doxygen/html/classcmd2_1_1Borg__inherit__graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/html/classcmd2_1_1Borg__inherit__graph.dot')
-rw-r--r--doxygen/html/classcmd2_1_1Borg__inherit__graph.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/doxygen/html/classcmd2_1_1Borg__inherit__graph.dot b/doxygen/html/classcmd2_1_1Borg__inherit__graph.dot
new file mode 100644
index 0000000..3192810
--- /dev/null
+++ b/doxygen/html/classcmd2_1_1Borg__inherit__graph.dot
@@ -0,0 +1,9 @@
+digraph G
+{
+ // INTERACTIVE_SVG=YES
+ edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
+ node [fontname="Helvetica",fontsize="10",shape=record];
+ Node1 [label="{cmd2::Borg\n|- _shared_state\l|+ __new__()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
+ Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
+ Node2 [label="{cmd2::OutputTrap\n|+ contents\l+ old_stdout\l|+ __init__()\l+ read()\l+ tearDown()\l+ write()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classcmd2_1_1OutputTrap.html"];
+}