OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 
size_t reqPack ()
 return the actual request for packing
 
void mark ()
 Mark.
 
size_t getMark ()
 Return the mark.
 

Private Attributes

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

Constructor & Destructor Documentation

◆ Pack_stat()

Pack_stat::Pack_stat ( )
inline

Definition at line 71 of file Pack_stat.hpp.

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.

Field Documentation

◆ p_mark

size_t Pack_stat::p_mark
private

marker used to remember some position

Definition at line 63 of file Pack_stat.hpp.

◆ un_ele

size_t Pack_stat::un_ele
private

packing offset

Definition at line 66 of file Pack_stat.hpp.


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