OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
Unpack_stat Class Reference

Unpacking status object. More...

Detailed Description

Unpacking status object.

Definition at line 15 of file Pack_stat.hpp.

#include <Pack_stat.hpp>

Public Member Functions

void addOffset (size_t off)
 Increment the request pointer. More...
 
size_t getOffset ()
 Return the actual counter. More...
 

Private Attributes

size_t cnt
 

Member Function Documentation

void Unpack_stat::addOffset ( size_t  off)
inline

Increment the request pointer.

Parameters
cntcounter

Definition at line 30 of file Pack_stat.hpp.

size_t Unpack_stat::getOffset ( )
inline

Return the actual counter.

Definition at line 39 of file Pack_stat.hpp.


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