Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt_semun Union Reference

#include <qcore_unix_p.h>

+ Collaboration diagram for qt_semun:

Public Attributes

int val
 
struct semid_ds * buf
 
unsigned short * array
 

Detailed Description

Definition at line 393 of file qcore_unix_p.h.

Member Data Documentation

◆ array

unsigned short* qt_semun::array

Definition at line 396 of file qcore_unix_p.h.

◆ buf

struct semid_ds* qt_semun::buf

Definition at line 395 of file qcore_unix_p.h.

◆ val

int qt_semun::val

Definition at line 394 of file qcore_unix_p.h.


The documentation for this union was generated from the following file: