PGROUTING
3.2
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
g
i
o
p
s
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
e
g
i
l
o
p
s
v
Enumerations
Enumerator
Related Functions
c
d
e
i
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Functions
_
a
c
d
e
f
g
i
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
pgr_combination_t.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: pgr_combination_t.h
3
4
5
Generated with Template by:
6
Copyright (c) 2015 pgRouting developers
7
Mail: project@pgrouting.org
8
9
Function's developer:
10
Copyright (c) 2020 Mahmoud SAKR and Esteban ZIMANYI
11
mail: m_attia_sakr@yahoo.com, estebanzimanyi@gmail.com
12
13
------
14
15
This program is free software; you can redistribute it and/or modify
16
it under the terms of the GNU General Public License as published by
17
the Free Software Foundation; either version 2 of the License, or
18
(at your option) any later version.
19
20
This program is distributed in the hope that it will be useful,
21
but WITHOUT ANY WARRANTY; without even the implied warranty of
22
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
GNU General Public License for more details.
24
25
You should have received a copy of the GNU General Public License
26
along with this program; if not, write to the Free Software
27
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28
29
********************************************************************PGR-GNU*/
32
#ifndef INCLUDE_C_TYPES_PGR_COMBINATION_T_H_
33
#define INCLUDE_C_TYPES_PGR_COMBINATION_T_H_
34
#pragma once
35
36
/* for int64_t */
37
#ifdef __cplusplus
38
# include <cstdint>
39
#else
40
# include <stdint.h>
41
#endif
42
43
typedef
struct
{
44
int64_t
source
;
45
int64_t
target
;
46
}
pgr_combination_t
;
47
48
49
#endif // INCLUDE_C_TYPES_PGR_COMBINATION_T_H_
pgr_combination_t::target
int64_t target
Definition:
pgr_combination_t.h:45
pgr_combination_t
Definition:
pgr_combination_t.h:43
pgr_combination_t::source
int64_t source
Definition:
pgr_combination_t.h:44
include
c_types
pgr_combination_t.h
Generated on Tue May 25 2021 15:09:48 for PGROUTING by
1.8.17