#include <ariaUtil.h>
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. |