18 lines
1.7 KiB
Plaintext
18 lines
1.7 KiB
Plaintext
digraph "nextValid"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="LR";
|
|
Node1 [label="nextValid",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Get the next valid character."];
|
|
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="get",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1Istream.html#a4b24d3a74d38ac71f0c83493e2e96ef8",tooltip="Raw, low-level get character function."];
|
|
Node3 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node4 [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 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node5 [label="putback",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1Istream.html#a469a625701584441d1d62023823cd452",tooltip="Raw, low-level putback character function."];
|
|
}
|