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

FETArgs Struct Reference

The Arguments for the FrontEndThread. More...

#include <frontEndThread.h>

List of all members.

Public Attributes

int argc
 Number of arguments. More...

char** argv
 pointer-pointer to arguments. More...


Detailed Description

The Arguments for the FrontEndThread.

Definition at line 5 of file frontEndThread.h.

00005 {
00006     int     argc; 
00007     char**  argv; 
00008 }

Member Data Documentation

int FETArgs::argc

Number of arguments.

Definition at line 6 of file frontEndThread.h.

char ** FETArgs::argv

pointer-pointer to arguments.

Definition at line 7 of file frontEndThread.h.


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