My Project
uuid::console::Commands Member List

This is the complete list of members for uuid::console::Commands, including all inherited members.

add_command(const flash_string_vector &name, command_function function)uuid::console::Commands
add_command(const flash_string_vector &name, const flash_string_vector &arguments, command_function function)uuid::console::Commands
add_command(const flash_string_vector &name, const flash_string_vector &arguments, command_function function, argument_completion_function arg_function)uuid::console::Commands
add_command(unsigned int context, const flash_string_vector &name, command_function function)uuid::console::Commands
add_command(unsigned int context, const flash_string_vector &name, const flash_string_vector &arguments, command_function function)uuid::console::Commands
add_command(unsigned int context, const flash_string_vector &name, const flash_string_vector &arguments, command_function function, argument_completion_function arg_function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, const flash_string_vector &name, command_function function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, const flash_string_vector &name, const flash_string_vector &arguments, command_function function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, const flash_string_vector &name, const flash_string_vector &arguments, command_function function, argument_completion_function arg_function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, unsigned int not_flags, const flash_string_vector &name, command_function function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, unsigned int not_flags, const flash_string_vector &name, const flash_string_vector &arguments, command_function function)uuid::console::Commands
add_command(unsigned int context, unsigned int flags, unsigned int not_flags, const flash_string_vector &name, const flash_string_vector &arguments, command_function function, argument_completion_function arg_function)uuid::console::Commands
argument_completion_function typedefuuid::console::Commands
available_commands(const Shell &shell) constuuid::console::Commands
command_function typedefuuid::console::Commands
Commands()=defaultuuid::console::Commands
commands_uuid::console::Commandsprivate
complete_command(Shell &shell, const CommandLine &command_line)uuid::console::Commands
execute_command(Shell &shell, CommandLine &&command_line)uuid::console::Commands
find_command(Shell &shell, const CommandLine &command_line)uuid::console::Commandsprivate
find_longest_common_prefix(const std::multimap< size_t, const Command * > &commands, std::vector< std::string > &longest_name)uuid::console::Commandsprivatestatic
find_longest_common_prefix(const std::vector< std::string > &arguments)uuid::console::Commandsprivatestatic
~Commands()=default (defined in uuid::console::Commands)uuid::console::Commands