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

15 lines
1.4 KiB
Plaintext

digraph "findKeywordAndVal"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node1 [label="findKeywordAndVal",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="find a pair of keyword and data terminated by ; keyword data; return false if keyword does not exist ..."];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="findToken",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#a5f238bd4e73ce3b43b8a737a8f30ab78",tooltip="search for all tokesn and find the first word token tbat matchs w"];
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="pFlow::token::good",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1token.html#abdcc7f96f487faadc7769afcf58fe992",tooltip="True if token is not UNDEFINED or ERROR."];
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [label="pFlow::token::isEndStatement",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1token.html#a9b6aebb08609e7ec6efde970dcf0433a",tooltip="Token is end statement."];
}