Public Attributes | List of all members
word_graph_t Struct Reference

#include <word_graph.h>

Public Attributes

glist_t link
 
glist_t node
 
int32 n_link
 
int32 n_node
 

Detailed Description

The word graph structure. (linked-based word graph)

Member Data Documentation

◆ link

glist_t word_graph_t::link

List of link

◆ n_link

int32 word_graph_t::n_link

Number of node

◆ n_node

int32 word_graph_t::n_node

Number of node

◆ node

glist_t word_graph_t::node

List of node


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