LAM).
More...
Data Fields | |
| LexicalAccessTable * | access_table |
| LexicalEntry(* | access )(const LexicalMemoryHandler lexical_memory, const LexicalEntryIndex key) |
| Recover the entry associated to a given key. | |
| LexicalEntry(* | getGraphyFromUniqId )(const LexicalMemoryHandler lexical_memory, const UniqId identifier) |
| Return the graphy corresponding to its unique identifier. | |
LAM).
Lexical associative memories store lexical entries and allow to recover the key associated to a given graphy, and the graphy associated to a given key (bidirectional access).
| LexicalEntry(* LexicalAssocMem::access)(const LexicalMemoryHandler lexical_memory, const LexicalEntryIndex key) |
Recover the entry associated to a given key.
Returns the lexical entry associated to a given key of a lexical memory
NULL | [in] | lexical_memory | The lexical memory |
| [in] | key | The key of the entry to recover |
Lexical access table (LAT) encapsulated by the Lexical Associative Memory (LAM)
| LexicalEntry(* LexicalAssocMem::getGraphyFromUniqId)(const LexicalMemoryHandler lexical_memory, const UniqId identifier) |
Return the graphy corresponding to its unique identifier.
Return the lexical entry given by its unique corresponding identifier.
| [in] | lexical_memory | The lexical memory |
| [in] | identifier | The entry identifier |
1.4.7