mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
digraph "dictionary"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
Node1 [label="dictionary",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar..."];
|
||||
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="iEntry",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iEntry.html",tooltip="Interface calss for data entry and dictionary"];
|
||||
Node1 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" parDict_\nnullDict" ,fontname="Helvetica"];
|
||||
Node3 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" orderedEntries_" ,fontname="Helvetica"];
|
||||
Node3 [label="List\< pFlow::iEntry * \>",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1List.html",tooltip=" "];
|
||||
Node7 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" entries_" ,fontname="Helvetica"];
|
||||
Node7 [label="MapPtr\< pFlow::iEntry \>",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1MapPtr.html",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user