This is the complete list of members for basis::CmdLine, including all inherited members.
| _contact | basis::CmdLine | protected |
| _copyright | basis::CmdLine | protected |
| _examples | basis::CmdLine | protected |
| _license | basis::CmdLine | protected |
| _name | basis::CmdLine | protected |
| _project | basis::CmdLine | protected |
| _xorHandler | basis::CmdLine | protected |
| add(Arg &a) | basis::CmdLine | |
| add(Arg *a) | basis::CmdLine | |
| CmdLine(const std::string &name, const std::string &project, const std::string &description, const std::string &example, const std::string &version, const std::string ©right="Copyright (c) University of Pennsylvania." " All rights reserved.", const std::string &license="See http://www.rad.upenn.edu/sbia/software/license.html" " or COPYING file.", const std::string &contact="SBIA Group <sbia-software at uphs.upenn.edu>", bool stdargs=true) | basis::CmdLine | |
| CmdLine(const std::string &name, const std::string &project, const std::string &description, const std::vector< std::string > &examples, const std::string &version, const std::string ©right="Copyright (c) University of Pennsylvania." " All rights reserved.", const std::string &license="See http://www.rad.upenn.edu/sbia/software/license.html" " or COPYING file.", const std::string &contact="SBIA Group <sbia-software at uphs.upenn.edu>", bool stdargs=true) | basis::CmdLine | |
| getContact() | basis::CmdLine | inline |
| getCopyright() | basis::CmdLine | inline |
| getDescription() | basis::CmdLine | inline |
| getExamples() | basis::CmdLine | inline |
| getLicense() | basis::CmdLine | inline |
| getProgramName() | basis::CmdLine | inline |
| getProjectName() | basis::CmdLine | inline |
| getXorHandler() | basis::CmdLine | inline |
| parse(int argc, const char *const *argv) | basis::CmdLine | |
| parse(std::vector< std::string > &args) | basis::CmdLine | |
| print_help() const | basis::CmdLine | |
| print_usage() const | basis::CmdLine | |
| print_version() const | basis::CmdLine | |
| setup(bool stdargs) | basis::CmdLine | protected |
| xorAdd(Arg &a, Arg &b) | basis::CmdLine | |
| xorAdd(std::vector< Arg *> &xors) | basis::CmdLine | |
| ~CmdLine() | basis::CmdLine | inlinevirtual |