mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
67 lines
1.6 KiB
Text
67 lines
1.6 KiB
Text
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)
|
|
|
|
sect(Declaring exception throwers (deprecated))
|
|
includefile(exceptions/declaring)
|
|
|
|
lsect(IOEXCEPTIONS)(Iostreams and exceptions)
|
|
includefile(exceptions/iostreams)
|
|
|
|
lsect(STDEXC)(Standard Exceptions)
|
|
includefile(exceptions/standard)
|
|
|
|
lsect(SYSTEMERROR)(System error, error code and error category)
|
|
includefile(exceptions/systemerror)
|
|
|
|
subsect(The class `std::error_code')
|
|
includefile(exceptions/errorcode)
|
|
|
|
subsect(The class `std::error_category')
|
|
includefile(exceptions/errorcategory)
|
|
|
|
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)
|
|
|