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

13 lines
1.1 KiB
Plaintext

digraph "isEndBlock"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="RL";
Node1 [label="isEndBlock",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Token is end endBlock."];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [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 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [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"];
}