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

CCTArgs Struct Reference

The arguments for the ClientControl Thread. More...

#include <clientControlThread.h>

List of all members.

Public Attributes

int argc
 number of arguments. More...

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


Detailed Description

The arguments for the ClientControl Thread.

Author(s):
StonedBones
Date:
310100

Definition at line 11 of file clientControlThread.h.

00011 {
00012     int    argc; 
00013     char** argv; 
00014 }

Member Data Documentation

int CCTArgs::argc

number of arguments.

Definition at line 12 of file clientControlThread.h.

char ** CCTArgs::argv

pointer-pointer to the arguments.

Definition at line 13 of file clientControlThread.h.


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