smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Data Fields
Words Struct Reference

A managing object for all words in a graph. More...

+ Collaboration diagram for Words:

Data Fields

struct Binarybinary
 its manging object for binary character codes
 
struct Utf8utf8
 its UTF8 converter
 
struct Graphgraph
 its graph storage with needed managing objects installed
 
unsigned int wordType
 its vertex that all word clusters will be connected to
 

Detailed Description

A managing object for all words in a graph.

Definition at line 50 of file Words.c.

Field Documentation

◆ binary

struct Binary* Words::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

struct Utf8* Words::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: