Public Attributes

COMMAND Struct Reference

The COMMAND structure contains a parsed command. More...

#include <shellutils.h>

List of all members.

Public Attributes

int background
char * outFile
char * parseError
char * cmdLine
char ** argv

Detailed Description

The COMMAND structure contains a parsed command.


Member Data Documentation

char** COMMAND::argv

array of the command - not including &, > or outFile

1 if the command shall be executed in the background, 0 otherwise

un-tokenized commandline (with & and > if present)

if redirection of stdout is specified, outfile points to the filename of the output file, NULL otherwise

points to an error message if the command line could not successfully be parsed, NULL if the parse was successful


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables