Files
phasicFlow/doc/code-documentation/html/classpFlow_1_1dictionary_a8943dec8dd658ffb5d0c1da773f37d9d_cgraph.dot
2025-01-10 13:02:07 +03:30

21 lines
2.1 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 dictionary from stream - without keyword"];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="pFlow::IOstream::eof",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1IOstream.html#af3418ac60d0d7a303478f29a387feb3c",tooltip="Return true if end of input seen."];
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="pFlow::IOstream::good",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1IOstream.html#abdcc7f96f487faadc7769afcf58fe992",tooltip="Return true if next operation might succeed."];
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [label="pFlow::IOstream::lineNumber",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3",tooltip="Const access to the current stream line number."];
Node1 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [label="pFlow::IOstream::name",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335",tooltip="Return the name of the stream."];
Node1 -> Node6 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node6 [label="pFlow::iIstream::putBack",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#aeecefbf648ad32c20134e67c4fa35597",tooltip="Put back token Only a single put back is permitted."];
Node6 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node6 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}