C/Migemo 1.4
trie_stat 構造体

#include <trie.h>

フィールド

size_t total_nodes
size_t low_count
size_t high_count
size_t child_count
size_t wordtail_count
int max_sibling_depth
size_t total_sibling_depth
int max_node_cmp_count
size_t total_node_cmp_count

フィールド詳解

◆ child_count

size_t trie_stat::child_count

参照元 trie_stat_print().

◆ high_count

size_t trie_stat::high_count

参照元 trie_stat_print().

◆ low_count

size_t trie_stat::low_count

参照元 trie_stat_print().

◆ max_node_cmp_count

int trie_stat::max_node_cmp_count

参照元 trie_stat_print().

◆ max_sibling_depth

int trie_stat::max_sibling_depth

参照元 trie_stat_print().

◆ total_node_cmp_count

size_t trie_stat::total_node_cmp_count

参照元 trie_stat_print().

◆ total_nodes

size_t trie_stat::total_nodes

参照元 trie_stat_print().

◆ total_sibling_depth

size_t trie_stat::total_sibling_depth

参照元 trie_stat_print().

◆ wordtail_count

size_t trie_stat::wordtail_count

参照元 trie_stat_print().


この構造体詳解は次のファイルから抽出されました: