Minimac4
|
#include <cstdint>
#include <string>
#include <cstring>
#include <vector>
#include <iostream>
#include <getopt.h>
Go to the source code of this file.
Classes | |
class | getopt_wrapper |
A wrapper for parsing command-line options using getopt and getopt_long. More... | |
struct | getopt_wrapper::option_with_desc |
Extension of struct option that includes a description string. More... | |