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

15 lines
1.3 KiB
Plaintext

digraph "putBack"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node1 [label="putBack",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Put back token Only a single put back is permitted."];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="pFlow::IOstream::bad",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d",tooltip="Return true if stream is corrupted."];
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [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 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [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."];
}