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,14 @@
|
||||
digraph "getValOrSetMin"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="LR";
|
||||
Node1 [label="getValOrSetMin",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="get the value of data entry anf return max(setMinVal, value) if not found, set the value to setMinVal"];
|
||||
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="getValOrSet",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647",tooltip="get the value of data entry or if not found, set the value to setVal"];
|
||||
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node3 [label="pFlow::iEntry::keyword",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iEntry.html#a7c88d41e6cee4f2ba2bfa06e3078373a",tooltip="return keyword"];
|
||||
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node4 [label="pFlow::min",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#a8714e8dd092c46b15a6e804b6c90db47",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user