memo_word Struct Reference
[memo_word]

Represents a word. More...

#include <libmemo.h>

Collaboration diagram for memo_word:

Collaboration graph
[legend]

Data Fields

memo_databasedb
 A database which contains the word.
unsigned long db_last_change
 Last seen value of memo_database::last_change.
int key
 Word's unique key.
unsigned negative_answers
 Negative answers count.
unsigned positive_answers
 Positive answers count.
memo_translationtranslations
 Linked list of translations' keys.
char * value
 Word's value.

Detailed Description

Represents a word.

Follows an active record pattern.


Field Documentation

A database which contains the word.

Last seen value of memo_database::last_change.

It gets updated after each call to functions that update the word's row in the database.

Word's unique key.

Negative answers count.

Positive answers count.

Linked list of translations' keys.

Word's value.


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

Generated on Sun Feb 22 01:45:40 2009 for memo by  doxygen 1.5.7.1