Extends TCLAP's MultiArg implementation. More...
#include "tclap/MultiArg.h"
Include dependency graph for MultiArg.h:
This graph shows which files directly or indirectly include this file: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.