Where the command line options are stored. More...
#include <dumperargs.h>
Public Attributes | |
| const char * | help_help |
| Print help and exit help description. | |
| const char * | version_help |
| Print version and exit help description. | |
| char * | source_arg |
| URL of source, ring buffer or file. | |
| char * | source_orig |
| URL of source, ring buffer or file original value given at command line. | |
| const char * | source_help |
| URL of source, ring buffer or file help description. | |
| int | skip_arg |
| number of items to skip before dumping. | |
| char * | skip_orig |
| number of items to skip before dumping original value given at command line. | |
| const char * | skip_help |
| number of items to skip before dumping help description. | |
| int | count_arg |
| Number of items to dump before exiting. | |
| char * | count_orig |
| Number of items to dump before exiting original value given at command line. | |
| const char * | count_help |
| Number of items to dump before exiting help description. | |
| char * | sample_arg |
| List of item types to sample. | |
| char * | sample_orig |
| List of item types to sample original value given at command line. | |
| const char * | sample_help |
| List of item types to sample help description. | |
| char * | exclude_arg |
| List of item types to exclude from the dump. | |
| char * | exclude_orig |
| List of item types to exclude from the dump original value given at command line. | |
| const char * | exclude_help |
| List of item types to exclude from the dump help description. | |
| char * | fileout_arg |
| Path of output file. | |
| char * | fileout_orig |
| Path of output file original value given at command line. | |
| const char * | fileout_help |
| Path of output file help description. | |
| int | legacy_mode_flag |
| Legacy data format enabled. This is not a default setting (default=off). | |
| const char * | legacy_mode_help |
| Legacy data format enabled. This is not a default setting help description. | |
| unsigned int | help_given |
| Whether help was given. | |
| unsigned int | version_given |
| Whether version was given. | |
| unsigned int | source_given |
| Whether source was given. | |
| unsigned int | skip_given |
| Whether skip was given. | |
| unsigned int | count_given |
| Whether count was given. | |
| unsigned int | sample_given |
| Whether sample was given. | |
| unsigned int | exclude_given |
| Whether exclude was given. | |
| unsigned int | fileout_given |
| Whether fileout was given. | |
| unsigned int | legacy_mode_given |
| Whether legacy-mode was given. | |
Where the command line options are stored.
1.8.1.2