Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_tools_qscopeguard.cpp File Reference

(c7a7783668f5ad92b30daf18ff52184a2aa5b4ca)

#include <QScopeGuard>
Include dependency graph for src_corelib_tools_qscopeguard.cpp:

Go to the source code of this file.

Functions

int code_that_might_throw_exceptions ()
void myComplexCodeWithMultipleReturnPoints (int v)
 [0]

Function Documentation

◆ code_that_might_throw_exceptions()

int code_that_might_throw_exceptions ( )

Definition at line 6 of file src_corelib_tools_qscopeguard.cpp.

Referenced by myComplexCodeWithMultipleReturnPoints().

Here is the caller graph for this function:

◆ myComplexCodeWithMultipleReturnPoints()

void myComplexCodeWithMultipleReturnPoints ( int v)

[0]

Definition at line 9 of file src_corelib_tools_qscopeguard.cpp.

References code_that_might_throw_exceptions().

Here is the call graph for this function: