vg
tools for working with variation graphs
|
This is the complete list of members for vg::subcommand::Subcommand, including all inherited members.
category | vg::subcommand::Subcommand | private |
description | vg::subcommand::Subcommand | private |
for_each(const std::function< void(const Subcommand &)> &lambda) | vg::subcommand::Subcommand | static |
for_each(CommandCategory category, const std::function< void(const Subcommand &)> &lambda) | vg::subcommand::Subcommand | static |
get(int argc, char **argv) | vg::subcommand::Subcommand | static |
get_category() const | vg::subcommand::Subcommand | |
get_description() const | vg::subcommand::Subcommand | |
get_main() const | vg::subcommand::Subcommand | private |
get_name() const | vg::subcommand::Subcommand | |
get_priority() const | vg::subcommand::Subcommand | |
get_registry() | vg::subcommand::Subcommand | privatestatic |
main_function | vg::subcommand::Subcommand | private |
name | vg::subcommand::Subcommand | private |
operator()(int argc, char **argv) const | vg::subcommand::Subcommand | |
priority | vg::subcommand::Subcommand | private |
Subcommand(std::string name, std::string description, CommandCategory category, int priority, std::function< int(int, char **)> main_function) | vg::subcommand::Subcommand | |
Subcommand(std::string name, std::string description, CommandCategory category, std::function< int(int, char **)> main_function) | vg::subcommand::Subcommand | |
Subcommand(std::string name, std::string description, std::function< int(int, char **)> main_function) | vg::subcommand::Subcommand |