A managing object for all words in a graph.
More...
|
| struct Binary * | binary |
| | its manging object for binary character codes
|
| |
| struct Utf8 * | utf8 |
| | its UTF8 converter
|
| |
| struct Graph * | graph |
| | its graph storage with needed managing objects installed
|
| |
| unsigned int | wordType |
| | its vertex that all word clusters will be connected to
|
| |
A managing object for all words in a graph.
Definition at line 50 of file Words.c.
◆ binary
its manging object for binary character codes
Definition at line 51 of file Words.c.
◆ graph
| struct Graph* Words::graph |
its graph storage with needed managing objects installed
Definition at line 53 of file Words.c.
◆ utf8
its UTF8 converter
Definition at line 52 of file Words.c.
◆ wordType
| unsigned int Words::wordType |
its vertex that all word clusters will be connected to
Definition at line 54 of file Words.c.
The documentation for this struct was generated from the following file: