PLearn 0.1
Public Attributes
PLearn::semun Union Reference

#include <Semaphores.h>

Collaboration diagram for PLearn::semun:
Collaboration graph
[legend]

List of all members.

Public Attributes

int val
struct semid_ds * buf
unsigned short intarray
struct seminfo * __buf

Detailed Description

according to X/OPEN we have to define it ourselves

Definition at line 77 of file Semaphores.h.


Member Data Documentation

struct seminfo * PLearn::semun::__buf

buffer for IPC_INFO

Definition at line 81 of file Semaphores.h.

unsigned short int * PLearn::semun::array

array for GETALL, SETALL

Definition at line 80 of file Semaphores.h.

struct semid_ds * PLearn::semun::buf

buffer for IPC_STAT, IPC_SET

Definition at line 79 of file Semaphores.h.


The documentation for this union was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines