OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
ptr_info.hpp
1 /*
2  * ptr_info.hpp
3  *
4  * Created on: Nov 19, 2015
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
9 #define OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
10 
11 
12 struct ptr_info
13 {
14  size_t id = 0;
15  size_t struct_id = 0;
16  size_t project_id = 0;
17  size_t size = 0;
18  size_t ref_id = 0;
19 };
20 
21 
22 #endif /* OPENFPM_DEVICES_SRC_PTR_INFO_HPP_ */