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

19 lines
2.2 KiB
Plaintext

digraph "error"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="RL";
Node1 [label="error",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Token is ERROR."];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="pFlow::iIstream::findToken\lAndNext",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#a734799e36d009aecd57d246eb3aeb421",tooltip="search for all tokens and find the first word token and also next word token chekck if it is eneded w..."];
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="pFlow::iIstream::findToken\lAndNextSilent",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#ae74a624bbb0665ed381b67cbda681031",tooltip=" "];
Node1 -> Node7 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node7 [label="pFlow::iIstream::findToken\lResume",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#afde1855233ba897f4bb342285f94fc87",tooltip="search for all tokesn after the current file position and find the first word token tbat matchs w"];
Node1 -> Node9 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node9 [label="pFlow::iIstream::findToken\lResumeSilent",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#a20e125024de459038323293b8529a99e",tooltip="search for all tokesn after the current file position and find the first word token tbat matchs w"];
Node1 -> Node10 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node10 [label="pFlow::iIstream::nextData",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#a2240995351ba90efed8943099847069e",tooltip="read the data next to keword keyword data; check the keyword is correct or not"];
}