OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
openfpm::vector< T, Memory, layout, layout_base, grow_p, impl > Class Template Reference

Implementation of 1-D std::vector like structure. More...

Detailed Description

template<typename T, typename Memory, typename layout, template< typename > class layout_base, typename grow_p, unsigned int impl>
class openfpm::vector< T, Memory, layout, layout_base, grow_p, impl >

Implementation of 1-D std::vector like structure.

Stub object look at the various implementations

Template Parameters
Ttype of object the vector store
Memoryallocator to use
layoutlayout to use
grow_pgrow policy for vector in case of reallocation
See Also
vector<T,HeapMemory,grow_policy_double,STD_VECTOR>
vector<T,Memory,grow_p,OPENFPM_NATIVE>
vector<T,Memory,grow_p,OPENFPM_NATIVE>

Definition at line 61 of file map_vector.hpp.

#include <map_vector.hpp>

Private Member Functions

size_t size ()
 Stub size. More...
 

Member Function Documentation

template<typename T, typename Memory, typename layout, template< typename > class layout_base, typename grow_p, unsigned int impl>
size_t openfpm::vector< T, Memory, layout, layout_base, grow_p, impl >::size ( )
inlineprivate

Stub size.

Report an error

Returns
0

Definition at line 70 of file map_vector.hpp.


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