1#ifndef __WORDS_HEADER__
2#define __WORDS_HEADER__
27 unsigned int *characters,
36 unsigned int *characters,
struct Words * Words_destruct(struct Words *this)
It destructs a managing object for all words in a graph.
struct Words * Words_construct(unsigned int wordType, struct Binary *binary, struct Utf8 *utf8, struct Graph *graph, int *error)
It constructs a new managing object for all words in a graph.
void Words_readWord(struct Words *this, unsigned int word, unsigned int length, unsigned int *characters, int *error)
It reads a word from a graph.
unsigned int Words_writeWord(struct Words *this, unsigned int length, unsigned int *characters, int *error)
It writes one word into a graph.
A managing object for all words in a graph.
struct Utf8 * utf8
its UTF8 converter
unsigned int wordType
its vertex that all word clusters will be connected to
struct Graph * graph
its graph storage with needed managing objects installed
struct Binary * binary
its manging object for binary character codes