|
tetengo 1.8.2
A multipurpose library set
|
A vocabulary. More...
#include <vocabulary.hpp>
Inheritance diagram for tetengo::lattice::vocabulary:
Collaboration diagram for tetengo::lattice::vocabulary:Public Member Functions | |
| vocabulary () | |
| Creates a vocabulary. | |
| virtual | ~vocabulary () |
| Destroys the vocabulary. | |
| std::vector< entry_view > | find_entries (const input &key) const |
| Finds entries. | |
| connection | find_connection (const node &from, const entry_view &to) const |
| Finds a connection between an origin node and a destination entry. | |
A vocabulary.
|
nodiscard |
Finds a connection between an origin node and a destination entry.
| from | An origin node. |
| to | A destination entry. |
|
nodiscard |
Finds entries.
| key | A key. |