BASIS  r3148
MultiArg.h File Reference

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

namespace  basis

Detailed Description

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.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file MultiArg.h.