Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Friends
optparse::Option Class Reference

Public Member Functions

 Option (const Option &o)
 
Optionaction (const std::string &a)
 
Optiontype (const std::string &t)
 
Optiondest (const std::string &d)
 
Optionset_default (const std::string &d)
 
template<typename T >
Optionset_default (T t)
 
Optionnargs (size_t n)
 
Optionset_const (const std::string &c)
 
template<typename InputIterator >
Optionchoices (InputIterator begin, InputIterator end)
 
Optionhelp (const std::string &h)
 
Optionmetavar (const std::string &m)
 
Optioncallback (Callback &c)
 
const std::string & action () const
 
const std::string & type () const
 
const std::string & dest () const
 
const std::string & get_default () const
 
size_t nargs () const
 
const std::string & get_const () const
 
const std::list< std::string > & choices () const
 
const std::string & help () const
 
const std::string & metavar () const
 
Callbackcallback () const
 

Friends

class OptionParser
 

Detailed Description

Definition at line 239 of file OptionParser.h.


The documentation for this class was generated from the following files: