File: iostreams.yo

package info (click to toggle)
c%2B%2B-annotations 13.02.02-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,576 kB
  • sloc: cpp: 25,297; makefile: 1,523; ansic: 165; sh: 126; perl: 90; fortran: 27
file content (84 lines) | stat: -rw-r--r-- 2,440 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
includefile(iostreams/intro)

lsect(IOHDRS)(Special header files)
includefile(iostreams/headers)

sect(The foundation: the class `ios_base')
includefile(iostreams/iosbase)

lsect(IOS)(Interfacing `streambuf' objects: the class `ios')
includefile(iostreams/ios)

    lsubsect(IOSTATES)(Condition states)
    includefile(iostreams/conditions)

    lsubsect(IOFORMAT)(Formatting output and input)
    includefile(iostreams/formatting)

        lsubsubsect(FORMATMEMBERS)(Format modifying member functions)
        includefile(iostreams/formatmembers)

        lsubsubsect(FORMATFLAGS)(Formatting flags)
        includefile(iostreams/flags)

sect(Output)
includefile(iostreams/output)

    lsubsect(OSTREAM)(Basic output: the class `ostream')
    includefile(iostreams/ostream)

        subsubsect(Writing to `ostream' objects)
        includefile(iostreams/ostreamwrite)

        lsubsubsect(OSTREAMPOS)(`ostream' positioning)
        includefile(iostreams/ostreamseek)

        subsubsect(`ostream' flushing)
        includefile(iostreams/ostreamflush)

    lsubsect(OFSTREAM)(Output to files: the class `ofstream')
    includefile(iostreams/ofstream)

        lsubsubsect(OUTPUTMODES)(Modes for opening stream objects)
        includefile(iostreams/outmodes)

    lsubsect(OSTRINGSTREAM)(Output to memory: the class `ostringstream')
    includefile(iostreams/ostringstream)

    lsubsect(PUTTIME)(The `put_time' manipulator)
    includefile(iostreams/puttime)

sect(Input)
includefile(iostreams/input)

    lsubsect(ISTREAM)(Basic input: the class `istream')
    includefile(iostreams/istream)

        lsubsubsect(ISTREAMREAD)(Reading from `istream' objects)
        includefile(iostreams/istreamread)

        lsubsubsect(ISTREAMPOS)(`istream' positioning)
        includefile(iostreams/istreamseek)

    lsubsect(IFSTREAM)(Input from files: the class `ifstream')
    includefile(iostreams/ifstream)

    lsubsect(ISTRINGSTREAM)(Input from memory: the class `istringstream')
    includefile(iostreams/istringstream)

    lsubsect(CPSTREAM)(Copying streams)
    includefile(iostreams/copying)

    lsubsect(COUPLING)(Coupling streams)
    includefile(iostreams/coupling)

lsect(ADVANCEDIO)(Advanced topics)

    subsect(Moving streams)
    includefile(iostreams/moving)

    lsubsect(REDIR)(Redirecting streams)
    includefile(iostreams/redirection)

    lsubsect(FSTREAM)(Reading AND Writing streams)
    includefile(iostreams/readwrite)