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.
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
number of arguments.
Definition at line 22 of file misc.h.
pointerpointer to the content of the arguments.
Definition at line 23 of file misc.h.
The buffer the thread reads from.
Definition at line 24 of file misc.h.
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
1.1.2 written by Dimitri van Heesch,
© 1997-2000