libutil++  1.9.3
 All Classes Functions Variables
sella::util::CommandLine Member List

This is the complete list of members for sella::util::CommandLine, including all inherited members.

add(char opt, const std::string &option, const std::string &usage, const std::string &label="", const std::string &value="") (defined in sella::util::CommandLine)sella::util::CommandLine
add(char opt, const std::string &option, const std::string &usage, const std::string &label, long value, long min=MINLONG, long max=MINLONG) (defined in sella::util::CommandLine)sella::util::CommandLine
add(const CommandLineOption &option=CommandLineOption()) (defined in sella::util::CommandLine)sella::util::CommandLine
add(const std::string &argument, const std::string &usage) (defined in sella::util::CommandLine)sella::util::CommandLine
build(char tag, const std::string &name, bool argument) const (defined in sella::util::CommandLine)sella::util::CommandLineprotected
CommandLine(int argc, char **argv) (defined in sella::util::CommandLine)sella::util::CommandLine
CommandLine(const CommandLine &copy) (defined in sella::util::CommandLine)sella::util::CommandLine
operator=(const CommandLine &other) (defined in sella::util::CommandLine)sella::util::CommandLine
parse(FILE *stream) const (defined in sella::util::CommandLine)sella::util::CommandLine
tag(char tag, bool argument) const (defined in sella::util::CommandLine)sella::util::CommandLineprotected
usage(FILE *stream, int result=0) const (defined in sella::util::CommandLine)sella::util::CommandLine
~CommandLine() (defined in sella::util::CommandLine)sella::util::CommandLinevirtual