Extends TCLAP's MultiArg implementation. More...
#include "tclap/MultiArg.h"
Go to the source code of this file.
Classes | |
class | basis::MultiArg< T > |
An argument that allows multiple values of type T to be specified. More... | |
Namespaces | |
basis | |
Macros | |
#define | _BASIS_MULTIARG_H |
Extends TCLAP's MultiArg implementation.
Instead of always only consuming one argument after the argument name or flag, this MultiArg implementation consumes N arguments, where the number of arguments N is set to a fixed number at construction time.
Definition in file MultiArg.h.
#define _BASIS_MULTIARG_H |
Definition at line 21 of file MultiArg.h.