File: namespaces.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 (86 lines) | stat: -rw-r--r-- 2,672 bytes parent folder | download | duplicates (2)
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
85
86
lsect(Namespaces)(Namespaces)
includefile(namespaces/intro)

    subsect(Defining namespaces)
    includefile(namespaces/defining)

        subsubsect(Declaring entities in namespaces)
        includefile(namespaces/declaring)

        subsubsect(A closed namespace)
        includefile(namespaces/closed)

    subsect(Referring to entities)
    includefile(namespaces/referring)

        subsubsect(The `using' directive)
        includefile(namespaces/directive)

        subsubsect(`Koenig lookup')
        includefile(namespaces/koenig)

    subsect(The standard namespace)
    includefile(namespaces/std)

    subsect(Nesting namespaces and namespace aliasing)
    includefile(namespaces/nesting)

        lsubsubsect(OUTSIDE)(Defining entities outside of their namespaces)
        includefile(namespaces/outside)

lsect(TIMESPEC)(The std::chrono namespace (handling time))
includefile(namespaces/chrono/intro)

    subsect(Time resolutions: std::ratio)
    includefile(namespaces/chrono/ratio)

    lsubsect(DURATION)(Amounts of time: std::chrono::duration)
    includefile(namespaces/chrono/duration)

    lsubsect(CLOCKS)(Clocks measuring time)
    includefile(namespaces/chrono/clock)

    lsubsect(TIMEPOINT)(Points in time: std::chrono::time_point)
    includefile(namespaces/chrono/timepoint)

COMMENT(
    lsubsect(FILECLOCK)(the 'file_clock' type)
    includefile(namespaces/chrono/fileclock)
END)

lsect(STDFS)(The std::filesystem namespace)
includefile(namespaces/filesystem/intro)

    lsubsect(ERRORCODE)(The class 'error_code')
    includefile(namespaces/filesystem/errorcode)

    lsubsect(FSSTATUS)(Types and permissions of file system elements: 
            file_status)
    includefile(namespaces/filesystem/filestatus)

        lsubsubsect(FSESTAT)(The status of file system entries)
        includefile(namespaces/filesystem/getstatus)
        
    lsubsect(PATH)(Names of file system entries: path)
    includefile(namespaces/filesystem/path)

        subsubsect(Accessors, modifiers and operators)
        includefile(namespaces/filesystem/pathmembers)

        lsubsubsect(FREEFS)(Free functions)
        includefile(namespaces/filesystem/freefunctions)

    lsubsect(DIRENTRY)(Handling directories: directory_entry)
    includefile(namespaces/filesystem/directoryentry)

        subsubsect(Visiting directory entries: (recursive_)directory_iterator)
        includefile(namespaces/filesystem/directoryiterator)

    subsect(Information about the space of file systems: space_info)
    includefile(namespaces/filesystem/spaceinfo)

    subsect(File system exceptions: filesystem_error)
    includefile(namespaces/filesystem/filesystemerror)