phasicFlow/doc/code-documentation/html/classpFlow_1_1multiRotating...

11 lines
710 B
Plaintext

digraph "read"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node1 [label="read",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Read from dictionary."];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="pFlow::dictionary::\lgetValOrSet",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"];
}