#include <autocomplete.h>
Public Attributes | |
std::string | text |
std::string | description |
std::string | example |
int | score |
Definition at line 11 of file autocomplete.h.
std::string yaze::cli::Suggestion::text |
Definition at line 12 of file autocomplete.h.
Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().
std::string yaze::cli::Suggestion::description |
Definition at line 13 of file autocomplete.h.
Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().
std::string yaze::cli::Suggestion::example |
Definition at line 14 of file autocomplete.h.
Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().
int yaze::cli::Suggestion::score |
Definition at line 15 of file autocomplete.h.
Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().