OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
Pack_stat Class Reference

Packing status object. More...

Detailed Description

Packing status object.

Definition at line 60 of file Pack_stat.hpp.

#include <Pack_stat.hpp>

Public Member Functions

void incReq ()
 Increment the request pointer. More...
 
size_t reqPack ()
 return the actual request for packing More...
 
void mark ()
 Mark. More...
 
size_t getMark ()
 Return the mark. More...
 

Private Attributes

size_t p_mark
 marker used to remember some position
 
size_t un_ele
 packing offset
 

Member Function Documentation

◆ getMark()

size_t Pack_stat::getMark ( )
inline

Return the mark.

Returns
the mark

Definition at line 109 of file Pack_stat.hpp.

◆ incReq()

void Pack_stat::incReq ( )
inline

Increment the request pointer.

Definition at line 79 of file Pack_stat.hpp.

◆ mark()

void Pack_stat::mark ( )
inline

Mark.

Definition at line 99 of file Pack_stat.hpp.

◆ reqPack()

size_t Pack_stat::reqPack ( )
inline

return the actual request for packing

Returns
the actual request for packing

Definition at line 89 of file Pack_stat.hpp.


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