#include <string>#include <vector>#include <errno.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "internal.h"
Go to the source code of this file.
Functions | |
| bool | GetUnsigned (unsigned *out, const std::string &arg_name, unsigned default_value, const std::map< std::string, std::string > &args) |
| bool | ParseKeyValueArguments (std::map< std::string, std::string > *out_args, const std::vector< std::string > &args, const struct argument *templates) |
| void | PrintUsage (const struct argument *templates) |