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

27 lines
3.4 KiB
Plaintext

digraph "isWord"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="RL";
Node1 [label="isWord",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Token is word or DIRECTIVE word."];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="pFlow::checkWordToken",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#a742913ced514ca5a1fa1cfb6fb79e550",tooltip=" "];
Node1 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [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 -> Node6 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node6 [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 -> Node10 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node10 [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 -> Node12 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node12 [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 -> Node13 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node13 [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"];
Node1 -> Node22 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node22 [label="pFlow::operator\>\>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$namespacepFlow.html#ac08e23027fc74d4f881e8ad3e4d9db21",tooltip=" "];
Node1 -> Node23 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node23 [label="pFlow::Logical::read",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1Logical.html#aff8e92ab47032ae811d1271161cb9b22",tooltip=" "];
Node1 -> Node25 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node25 [label="pFlow::iEntry\< Key,\l T * \>::readKeyword",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iEntry.html#adaf3255a26893f538d0e891e77d0d6c7",tooltip="read a keyword from stream"];
}