OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Pack_stat Class Reference

Packing status object. More...

Detailed Description

Packing status object.

Definition at line 51 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

size_t Pack_stat::getMark ( )
inline

Return the mark.

Returns
the mark

Definition at line 100 of file Pack_stat.hpp.

void Pack_stat::incReq ( )
inline

Increment the request pointer.

Definition at line 70 of file Pack_stat.hpp.

void Pack_stat::mark ( )
inline

Mark.

Definition at line 90 of file Pack_stat.hpp.

size_t Pack_stat::reqPack ( )
inline

return the actual request for packing

Returns
the actual request for packing

Definition at line 80 of file Pack_stat.hpp.


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