PGROUTING  3.2
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
8 
9 Function's developer:
10 Copyright (c) 2020 Mahmoud SAKR and Esteban ZIMANYI
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;
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