yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::Suggestion Struct Reference

#include <autocomplete.h>

Public Attributes

std::string text
 
std::string description
 
std::string example
 
int score
 

Detailed Description

Definition at line 11 of file autocomplete.h.

Member Data Documentation

◆ text

std::string yaze::cli::Suggestion::text

Definition at line 12 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().

◆ description

std::string yaze::cli::Suggestion::description

Definition at line 13 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().

◆ example

std::string yaze::cli::Suggestion::example

Definition at line 14 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().

◆ score

int yaze::cli::Suggestion::score

Definition at line 15 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::GetSuggestions().


The documentation for this struct was generated from the following file: