Main Page   Class Hierarchy   Compound List   Compound Members  

ArArgumentBuilder Class Reference

This class is to build arguments for things that require argc and argv. More...

#include <ariaUtil.h>

List of all members.

Public Methods

 ArArgumentBuilder (size_t argvLen=256)
 Constructor.

virtual ~ArArgumentBuilder (void)
 Destructor.

void add (char *str,...)
 Adds the given string, with varargs, seperates if there are spaces.

void print (void)
 Prints out the arguments.

size_t getArgc (void)
 Gets the argc.

char ** getArgv (void)
 Gets the argv.


Detailed Description

This class is to build arguments for things that require argc and argv.


The documentation for this class was generated from the following files:
Generated on Tue Nov 12 17:43:50 2002 for Aria by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001