Namespaces
Variants
Views
Actions

File:std-basic fstream-inheritance.png

From cppreference.com
std-basic_fstream-inheritance.png(733 × 99 pixels, file size: 13 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>>, URL="cpp/io/basic_iostream"]; 
    fst [label = <basic_fstream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>, style=filled]; 
 
    base -> ios;
    ios -> ost;
    ios -> ist;
    ost -> iost;
    ist -> iost;
    iost -> fst;
}​​
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]]
rect 452 31 573 69 [[cpp/io/basic_iostream]]​

File history

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

Date/TimeThumbnailDimensionsUserComment
current05:48, 14 August 2011Thumbnail for version as of 05:48, 14 August 2011733 × 99 (13 KB)P12 (Talk | contribs)reupload
18:28, 19 July 2011Thumbnail for version as of 18:28, 19 July 2011733 × 99 (13 KB)P12 (Talk | contribs)Reverted to version as of 01:12, 20 July 2011
18:15, 19 July 2011Thumbnail for version as of 18:15, 19 July 2011564 × 76 (9 KB)P12 (Talk | contribs)smaller version
18:12, 19 July 2011Thumbnail for version as of 18:12, 19 July 2011733 × 99 (13 KB)P12 (Talk | contribs)

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

There are no pages that link to this file.