Main Page   Interface   Data Structures   File List   Data Fields   Globals  

_CLI_Qual Struct Reference

A qualifier found on the command line. More...

#include <CLI_prvdefs.h>


Data Fields

_CLI_Qual * next
_CLI_Valulist
_CLI_Valucurr
char * text
unsigned short flag
unsigned short spare


Detailed Description

A qualifier found on the command line.

This structure provides linked list storage for command line qualifiers


Field Documentation

struct _CLI_Valu* _CLI_Qual::curr
 

Current location in value list

unsigned short _CLI_Qual::flag
 

Qualifier flags

struct _CLI_Valu* _CLI_Qual::list
 

Value list

struct _CLI_Qual* _CLI_Qual::next
 

Next qualifier

unsigned short _CLI_Qual::spare
 

Spare (pad to four byte boundary)

char* _CLI_Qual::text
 

Qualifier text


The documentation for this struct was generated from the following file:
Generated on Tue Nov 5 12:16:24 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002