Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Macros | |
#define | MY_EXPORT |
[3] | |
Typedefs | |
typedef void(* | MyPrototype) () |
[0] | |
typedef int(* | AvgFunction) (int, int) |
[1] | |
Functions | |
if (myFunction) myFunction() | |
if (avg) return avg(5 | |
MY_EXPORT int | avg (int a, int b) |
[2] | |
Variables | |
QLibrary | myLib ("mylib") |
[0] | |
MyPrototype | myFunction = (MyPrototype) myLib.resolve("mysymbol") |
[0] | |
AvgFunction | avg = (AvgFunction) library->resolve("avg") |
[2] | |
else | return |
#define MY_EXPORT |
typedef int(* AvgFunction)(int, int) |
typedef void(* MyPrototype)() |
MY_EXPORT int avg | ( | int | a, |
int | b ) |
if | ( | avg | ) |
if | ( | myFunction | ) |
MY_EXPORT int avg = (AvgFunction) library->resolve("avg") |
void myFunction = (MyPrototype) myLib.resolve("mysymbol") |
QLibrary myLib | ( | "mylib" | ) |
[0]
SSL_CTX int void DUMMYARG SSL const unsigned char unsigned return const SSL const unsigned char unsigned return |
Definition at line 29 of file src_corelib_plugin_qlibrary.cpp.