OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
gid Struct Reference

Detailed Description

Here we define different the remapped-id

rid, gid and lid are all unsigned long integer, and can be easily interchanged by mistake encapsulating avoid that this could happen. The second is readability, from the definition of function/structure we see immediately which id parameter accept/store

Definition at line 148 of file ids.hpp.

#include <ids.hpp>

Public Member Functions

 gid ()
 Constructor.
 
 gid (size_t id)
 Constructor.
 

Data Fields

size_t id
 

Constructor & Destructor Documentation

◆ gid() [1/2]

gid::gid ( )
inline

Constructor.

Definition at line 153 of file ids.hpp.

◆ gid() [2/2]

gid::gid ( size_t  id)
inline

Constructor.

Definition at line 156 of file ids.hpp.

Field Documentation

◆ id

size_t gid::id

Definition at line 150 of file ids.hpp.


The documentation for this struct was generated from the following file: