File: exceptions.yo

package info (click to toggle)
c%2B%2B-annotations 8.2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,804 kB
  • ctags: 2,845
  • sloc: cpp: 15,418; makefile: 2,473; ansic: 165; perl: 90; sh: 29
file content (57 lines) | stat: -rw-r--r-- 1,413 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
INCLUDEFILE(mailus)

includefile(exceptions/intro)

sect(Exception syntax)
includefile(exceptions/syntax)

lsect(BASICEXCEPTION)(An example using exceptions)
includefile(exceptions/example)

    lsubsect(EXCEPTIONJMP)(Anachronisms: `setjmp' and `longjmp')
    includefile(exceptions/jmp)

    subsect(Exceptions: the preferred alternative)
    includefile(exceptions/exception)

lsect(THROW)(Throwing exceptions)
includefile(exceptions/throw)

    lsubsect(EMPTYTHROW)(The empty `throw' statement)
    includefile(exceptions/emptythrow)

sect(The try block)
includefile(exceptions/try)

lsect(EXCEPTIONCATCH)(Catching exceptions)
includefile(exceptions/catch)

    subsect(The default catcher)
    includefile(exceptions/defaultcatch)

lsect(THROWLIST)(Declaring exception throwers)
includefile(exceptions/declaring)

lsect(IOEXCEPTIONS)(Iostreams and exceptions)
includefile(exceptions/iostreams)

lsect(STDEXC)(Standard Exceptions)
includefile(exceptions/standard)

sect(Exception guarantees)
includefile(exceptions/guarantees)

    subsect(The basic guarantee)
    includefile(exceptions/basic)

    subsect(The strong guarantee)
    includefile(exceptions/strong)

    subsect(The nothrow guarantee)
    includefile(exceptions/nothrow)

lsect(FUNTRY)(Function try blocks)
includefile(exceptions/function)

lsect(CONSEXCEPTIONS)(Exceptions in constructors and destructors)
includefile(exceptions/constructors)