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

nci/suif/suif2b/basesuif/suifkernel/command_line_parsing.cpp File Reference

#include "common/system_specific.h"
#include <iostream.h>
#include "command_line_parsing.h"
#include "iokernel/helper.h"
#include "token_stream.h"
#include "common/suif_vector.h"
#include <stdlib.h>
#include <errno.h>

Compounds

struct  OptionDescription

Functions

Optionbuild_prefixed_string ( String prefix, String argument, String* storage, String description )
 A convenient function to create an option tree that matches a literal followed by a string. More...

Optionbuild_multi_prefixed_string ( String prefix, String argument, suif_vector<String> *storage, String description )

Function Documentation

Option * build_multi_prefixed_string ( String prefix,
String argument,
suif_vector<String>* storage,
String description)

Option * build_prefixed_string ( String prefix,
String argument,
String * storage,
String description = emptyString)

A convenient function to create an option tree that matches a literal followed by a string.

E.g. "-I /usr/include".

param prefix - the literal string. param argument - the name of the string argument. param storage - the location to store the string argument. param description - the description of this compound option.


Generated at Mon Jul 31 13:41:32 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000