Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
Option (const Option &o) | |
Option & | action (const std::string &a) |
Option & | type (const std::string &t) |
Option & | dest (const std::string &d) |
Option & | set_default (const std::string &d) |
template<typename T > | |
Option & | set_default (T t) |
Option & | nargs (size_t n) |
Option & | set_const (const std::string &c) |
template<typename InputIterator > | |
Option & | choices (InputIterator begin, InputIterator end) |
Option & | help (const std::string &h) |
Option & | metavar (const std::string &m) |
Option & | callback (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 |
Callback * | callback () const |
Friends | |
class | OptionParser |
Definition at line 239 of file OptionParser.h.