OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
openfpm::vector_key_iterator Class Reference

Vector iterator. More...

Detailed Description

Vector iterator.

Definition at line 108 of file vector_map_iterator.hpp.

#include <vector_map_iterator.hpp>

Public Member Functions

 vector_key_iterator (size_t end, size_t start=0)
 Constructor require the size of the vector.
 
vector_key_iteratoroperator++ ()
 Get the next element.
 
void set (int d, size_t sz)
 Set the dimension.
 
bool isNext () const
 Check if there is the next element.
 
size_t get () const
 Get the actual key.
 

Protected Attributes

size_t gk
 Actual key.
 

Private Attributes

size_t end
 Linearized end element.
 

Constructor & Destructor Documentation

◆ vector_key_iterator()

openfpm::vector_key_iterator::vector_key_iterator ( size_t  end,
size_t  start = 0 
)
inline

Constructor require the size of the vector.

Parameters
endpoint
startstarting point

Definition at line 126 of file vector_map_iterator.hpp.

Member Function Documentation

◆ get()

size_t openfpm::vector_key_iterator::get ( ) const
inline

Get the actual key.

Get the actual key

Returns
the actual key

Definition at line 187 of file vector_map_iterator.hpp.

◆ isNext()

bool openfpm::vector_key_iterator::isNext ( ) const
inline

Check if there is the next element.

Check if there is the next element

Returns
true if there is the next, false otherwise

we did not reach the end of the grid

we reach the end of the grid

Definition at line 167 of file vector_map_iterator.hpp.

◆ operator++()

vector_key_iterator & openfpm::vector_key_iterator::operator++ ( )
inline

Get the next element.

Get the next element

Returns
the next grid_key

increment the first index

Definition at line 138 of file vector_map_iterator.hpp.

◆ set()

void openfpm::vector_key_iterator::set ( int  d,
size_t  sz 
)
inline

Set the dimension.

Parameters
dis the dimension (IGNORED is by default 0)
szset the counter to sz

Definition at line 153 of file vector_map_iterator.hpp.

Field Documentation

◆ end

size_t openfpm::vector_key_iterator::end
private

Linearized end element.

Definition at line 111 of file vector_map_iterator.hpp.

◆ gk

size_t openfpm::vector_key_iterator::gk
protected

Actual key.

Definition at line 116 of file vector_map_iterator.hpp.


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