tetengo 1.8.2
A multipurpose library set
Loading...
Searching...
No Matches
connection.h
Go to the documentation of this file.
1
7#if !defined(TETENGO_LATTICE_CONNECTION_H)
8#define TETENGO_LATTICE_CONNECTION_H
9
11
12
13#if defined(__cplusplus)
14extern "C" {
15#endif
16
17
28
45
46
47#if defined(__cplusplus)
48}
49#endif
50
51
52#endif
struct tetengo_lattice_entriesConnectionCostPair_tag tetengo_lattice_entriesConnectionCostPair_t
A pair of entries and a connection cost.
struct tetengo_lattice_connection_tag tetengo_lattice_connection_t
A connection.
An entry.
A connection.
Definition connection.h:22
int cost
Definition connection.h:24
A pair of entries and a connection cost.
Definition connection.h:33
int cost
Definition connection.h:41
const tetengo_lattice_entry_t * p_to
Definition connection.h:38
const tetengo_lattice_entry_t * p_from
Definition connection.h:35
An entry.
Definition entry.h:40