mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
11 lines
664 B
Plaintext
11 lines
664 B
Plaintext
![]() |
digraph "token"
|
||
|
{
|
||
|
// LATEX_PDF_SIZE
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
rankdir="LR";
|
||
|
Node1 [label="token",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Construct from iIstream."];
|
||
|
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node2 [label="pFlow::iIstream::read",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1iIstream.html#ac35c0ab7b3a6a0cdcf8c2bd2bf24de11",tooltip="Return next token from stream."];
|
||
|
}
|