Definition in file psArguments.h.
#include "psMetadata.h"
Include dependency graph for psArguments.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | psArgumentVerbosity (int *argc, char **argv) |
| Implements the various verbosity controls. | |
| int | psArgumentGet (int argc, char **argv, const char *arg) |
| Checks for an argument and returns its index position if found. | |
| bool | psArgumentRemove (int argnum, int *argc, char **argv) |
| Removes from the argument list the argument whose index is argnum. | |
| bool | psArgumentParse (psMetadata *arguments, int *argc, char **argv) |
| Parses the command line arguments into a metadata container of arguments. | |
| void | psArgumentHelp (psMetadata *arguments) |
| Prints to stdout a guide to the command-line arguments. | |
| psS32 | psLogArguments (int *argc, char **argv) |
| Sets the log level. | |
| psS32 | psTraceArguments (int *argc, char **argv) |
| Sets trace levels by facility. | |
1.4.4