BASIS  r3148
ValueArg.h File Reference

Extends TCLAP's ValueArg implementation. More...

#include "tclap/ValueArg.h"
+ Include dependency graph for ValueArg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basis::ValueArg< T >
 An argument that allows multiple values of type T to be specified. More...

Namespaces

namespace  basis

Detailed Description

Extends TCLAP's ValueArg implementation.

Instead of throwing an exception if an argument is set more than once, this argument type optionally allows the value to be overwritten.

Copyright (c) 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 ValueArg.h.