15 lines
1.3 KiB
Plaintext
15 lines
1.3 KiB
Plaintext
digraph "readDictionary"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="LR";
|
|
Node1 [label="readDictionary",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="read from dict"];
|
|
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="pFlow::endl",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189",tooltip="Add newline and flush stream."];
|
|
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node4 [label="pFlow::dictionary::\lglobalName",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632",tooltip="global name of entry, separated with dots"];
|
|
Node1 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node5 [label="pFlow::Vector::size",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98",tooltip="Size of the vector."];
|
|
}
|