solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
Loading...
Searching...
No Matches
Public Attributes | List of all members
suggestions_collector_t Struct Reference

#include <trie.h>

Public Attributes

char ** suggestions
 
size_t count
 
size_t capacity
 
size_t limit
 

Detailed Description

Helper structure for collecting autocomplete suggestions.

Definition at line 18 of file trie.h.

Member Data Documentation

◆ capacity

size_t suggestions_collector_t::capacity

Maximum capacity of suggestions array.

Definition at line 24 of file trie.h.

◆ count

size_t suggestions_collector_t::count

Current number of suggestions.

Definition at line 22 of file trie.h.

◆ limit

size_t suggestions_collector_t::limit

Maximum number of suggestions to collect.

Definition at line 26 of file trie.h.

◆ suggestions

char** suggestions_collector_t::suggestions

Array of suggestion strings.

Definition at line 20 of file trie.h.


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