blob: 085fd21dd7dea73910295c38a95bf1ec764f4517 [file] [log] [blame]
digraph "dmlc::ostream"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{dmlc::ostream\n||+ ostream()\l+ ~ostream()\l+ set_stream()\l+ bytes_written()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="a std::ostream class that can can wrap Stream objects, can use ostream with that output to underlying..."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{std::basic_ostream\l\< char \>\n||}",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
}