mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
33 lines
4.3 KiB
Plaintext
33 lines
4.3 KiB
Plaintext
![]() |
digraph "wordToken"
|
||
|
{
|
||
|
// LATEX_PDF_SIZE
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
rankdir="RL";
|
||
|
Node1 [label="wordToken",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Return const reference to the word contents."];
|
||
|
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#a32cadb9b5aab88eec41a8f98ac814670",tooltip=" "];
|
||
|
Node1 -> Node23 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node23 [label="pFlow::operator\>\>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$namespacepFlow.html#ac08e23027fc74d4f881e8ad3e4d9db21",tooltip=" "];
|
||
|
Node1 -> Node24 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node24 [label="pFlow::printTokenInfo",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#a085bff06be72a06c81e84c1d1cb3a21a",tooltip=" "];
|
||
|
Node1 -> Node27 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node27 [label="pFlow::Logical::read",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1Logical.html#aff8e92ab47032ae811d1271161cb9b22",tooltip=" "];
|
||
|
Node1 -> Node29 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node29 [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"];
|
||
|
Node1 -> Node30 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node30 [label="pFlow::Ostream::write",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1Ostream.html#af0296de2f120be163c138350c0c26507",tooltip="Write token to stream or otherwise handle it."];
|
||
|
}
|