My Project
|
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 typedef | uuid::console::Commands | |
available_commands(const Shell &shell) const | uuid::console::Commands | |
command_function typedef | uuid::console::Commands | |
Commands()=default | uuid::console::Commands | |
commands_ | uuid::console::Commands | private |
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::Commands | private |
find_longest_common_prefix(const std::multimap< size_t, const Command * > &commands, std::vector< std::string > &longest_name) | uuid::console::Commands | privatestatic |
find_longest_common_prefix(const std::vector< std::string > &arguments) | uuid::console::Commands | privatestatic |
~Commands()=default (defined in uuid::console::Commands) | uuid::console::Commands |