mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
digraph "keyword"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="RL";
|
||||
Node1 [label="keyword",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="return keyword"];
|
||||
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="pFlow::dictionary::add",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#ab2e3c2edb29c3068d7be477b82a6a27b",tooltip="add a dataEntry of type T"];
|
||||
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node3 [label="pFlow::dictionary::\laddOrKeep",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#a237be7839e89d0067af0ffc5405e36ee",tooltip=" "];
|
||||
Node1 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node4 [label="pFlow::dictionary::\lgetValOrSetMax",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#aca2f2df45158b023ca13bb04943acfca",tooltip="get the value of data entry anf return max(setMaxVal, value) if not found, set the value to setMaxVal"];
|
||||
Node1 -> Node7 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node7 [label="pFlow::dictionary::\lgetValOrSetMin",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#aef87c2ede8a688aa4158465d8f3646c9",tooltip="get the value of data entry anf return max(setMinVal, value) if not found, set the value to setMinVal"];
|
||||
Node1 -> Node8 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node8 [label="pFlow::iEntry\< Key,\l T * \>::name",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iEntry.html#a73572f70de721e7793f801ae26c5a6c5",tooltip="name/keyword of entry"];
|
||||
}
|
Reference in New Issue
Block a user