mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
13 lines
1.0 KiB
Plaintext
13 lines
1.0 KiB
Plaintext
digraph "flush"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="RL";
|
|
Node1 [label="flush",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Flush stream."];
|
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="pFlow::Ostream::endOfBinary\lStreaming",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1Ostream.html#a18da76f3c773f1784901873f098b896e",tooltip="Reach end of file add a new line and flush stream."];
|
|
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node3 [label="pFlow::Ostream::startOfBinary\lStreaming",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1Ostream.html#aac74c7c64e14f3c4e96908948ff6f53d",tooltip="Add a new line and flush stream."];
|
|
}
|