vg
tools for working with variation graphs
vg::subcommand::Subcommand Member List

This is the complete list of members for vg::subcommand::Subcommand, including all inherited members.

categoryvg::subcommand::Subcommandprivate
descriptionvg::subcommand::Subcommandprivate
for_each(const std::function< void(const Subcommand &)> &lambda)vg::subcommand::Subcommandstatic
for_each(CommandCategory category, const std::function< void(const Subcommand &)> &lambda)vg::subcommand::Subcommandstatic
get(int argc, char **argv)vg::subcommand::Subcommandstatic
get_category() constvg::subcommand::Subcommand
get_description() constvg::subcommand::Subcommand
get_main() constvg::subcommand::Subcommandprivate
get_name() constvg::subcommand::Subcommand
get_priority() constvg::subcommand::Subcommand
get_registry()vg::subcommand::Subcommandprivatestatic
main_functionvg::subcommand::Subcommandprivate
namevg::subcommand::Subcommandprivate
operator()(int argc, char **argv) constvg::subcommand::Subcommand
priorityvg::subcommand::Subcommandprivate
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