tetengo
1.9.2
A multipurpose library set
Loading...
Searching...
No Matches
connection.h
Go to the documentation of this file.
1
6
7
#if !defined(TETENGO_LATTICE_CONNECTION_H)
8
#define TETENGO_LATTICE_CONNECTION_H
9
10
#include <
tetengo/lattice/entry.h
>
11
12
13
#if defined(__cplusplus)
14
extern
"C"
{
15
#endif
16
17
21
typedef
struct
tetengo_lattice_connection_tag
22
{
24
int
cost
;
25
26
27
}
tetengo_lattice_connection_t
;
28
32
typedef
struct
tetengo_lattice_entriesConnectionCostPair_tag
33
{
35
const
tetengo_lattice_entry_t
*
p_from
;
36
38
const
tetengo_lattice_entry_t
*
p_to
;
39
41
int
cost
;
42
43
44
}
tetengo_lattice_entriesConnectionCostPair_t
;
45
46
47
#if defined(__cplusplus)
48
}
49
#endif
50
51
52
#endif
tetengo_lattice_entriesConnectionCostPair_t
struct tetengo_lattice_entriesConnectionCostPair_tag tetengo_lattice_entriesConnectionCostPair_t
A pair of entries and a connection cost.
tetengo_lattice_connection_t
struct tetengo_lattice_connection_tag tetengo_lattice_connection_t
A connection.
entry.h
An entry.
tetengo_lattice_entry_t
struct tetengo_lattice_entry_tag tetengo_lattice_entry_t
An entry.
tetengo_lattice_connection_tag
A connection.
Definition
connection.h:22
tetengo_lattice_connection_tag::cost
int cost
Definition
connection.h:24
tetengo_lattice_entriesConnectionCostPair_tag
A pair of entries and a connection cost.
Definition
connection.h:33
tetengo_lattice_entriesConnectionCostPair_tag::cost
int cost
Definition
connection.h:41
tetengo_lattice_entriesConnectionCostPair_tag::p_to
const tetengo_lattice_entry_t * p_to
Definition
connection.h:38
tetengo_lattice_entriesConnectionCostPair_tag::p_from
const tetengo_lattice_entry_t * p_from
Definition
connection.h:35
library
lattice
c
include
tetengo
lattice
connection.h
Generated on
for tetengo by
1.16.1