Simple parsing of program command-line arguments. More...
#include <vector>
#include "export.h"
Go to the source code of this file.
Classes | |
class | ArgParse |
Defines | |
#define | __attribute__(x) |
#define | OPENIMAGEIO_PRINTF_ARGS(fmtarg_pos, vararg_pos) __attribute__ ((format (printf, fmtarg_pos, vararg_pos) )) |
Simple parsing of program command-line arguments.