Namespaces
Variants
Views
Actions

File:std-basic iostream-inheritance.png

From cppreference.com
std-basic_iostream-inheritance.png(578 × 99 pixels, file size: 12 KB, MIME type: image/png)

[edit] Licensing

[edit] Source

Generated using Graphviz. Exact command used is dot -Tpng -ooutput_image.png input_file. Source:

digraph inheritance {
    rankdir=LR
 
    graph [dpi = 65, bgcolor=transparent];
    node [shape = box, fontname="DejaVu Serif, verdana, sans-serif", fontsize=14, width=1.6, height=0.5];    
 
    base [label = "ios_base", URL="cpp/io/ios_base"]; 
    ios [label = <basic_ios<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>, URL="cpp/io/basic_ios"]; 
    ist [label = <basic_istream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>, URL="cpp/io/basic_istream"]; 
    ost [label = <basic_ostream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>, URL="cpp/io/basic_ostream"]; 
    iost [label = <basic_iostream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>, style=filled]; 
 
    base -> ios;
    ios -> ost;
    ios -> ist;
    ost -> iost;
    ist -> iost;
}
To generate Mediawiki-compatible imagemaps, the following command can be used:
dot -Timap input_file | sed 1d | awk '{sub(/,/, " ", $3); sub(/,/, " ", $4); print $1" "$3" "$4" [["$2"]]"; }'

Generated imagemap:

​rect 5 33 107 66 [[cpp/io/ios_base]]
rect 142 31 263 69 [[cpp/io/basic_ios]]
rect 297 4 418 42 [[cpp/io/basic_istream]]
rect 297 58 418 96 [[cpp/io/basic_ostream]]​

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:48, 19 July 2011Thumbnail for version as of 17:48, 19 July 2011578 × 99 (12 KB)P12 (Talk | contribs)remove caption
16:54, 19 July 2011Thumbnail for version as of 16:54, 19 July 2011578 × 123 (13 KB)P12 (Talk | contribs)
16:52, 19 July 2011Thumbnail for version as of 16:52, 19 July 2011853 × 181 (20 KB)P12 (Talk | contribs)fix scale
16:46, 19 July 2011Thumbnail for version as of 16:46, 19 July 2011853 × 181 (20 KB)P12 (Talk | contribs)add caption
16:41, 19 July 2011Thumbnail for version as of 16:41, 19 July 2011853 × 147 (19 KB)P12 (Talk | contribs)

The following file is a duplicate of this file (more details):

There are no pages that link to this file.