Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ThreadArgs Struct Reference

Arguments passed to a thread. More...

#include <misc.h>

List of all members.

Public Attributes

int argc
 number of arguments. More...

char** argv
 pointerpointer to the content of the arguments. More...

Bufferin
 The buffer the thread reads from. More...

Bufferout
 A buffer the thread could write into (actually obsolete). More...


Detailed Description

Arguments passed to a thread.

Definition at line 20 of file misc.h.

00021 {
00022     int     argc; 
00023     char**  argv; 
00024     Buffer* in; 
00025     Buffer* out; 
00026     }

Member Data Documentation

int ThreadArgs::argc

number of arguments.

Definition at line 22 of file misc.h.

char ** ThreadArgs::argv

pointerpointer to the content of the arguments.

Definition at line 23 of file misc.h.

Buffer * ThreadArgs::in

The buffer the thread reads from.

Definition at line 24 of file misc.h.

Buffer * ThreadArgs::out

A buffer the thread could write into (actually obsolete).

Definition at line 25 of file misc.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:27 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000