OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
object< v > Struct Template Reference

This is a container to create a general object. More...

Detailed Description

template<typename v>
struct object< v >

This is a container to create a general object.

Note
It is used in ghost_get to create a particular object with the properties selected

For object we mean an object that follow the OpenFPM data structure format, see openFPM_data wiki for more information

Template Parameters
Isa boost::fusion::vector with the properties selected

Definition at line 172 of file object_creator.hpp.

#include <object_creator.hpp>

Public Types

typedef v type
 
typedef
boost::fusion::result_of::size
< v >::type 
size_tpy
 

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 

Static Public Attributes

static const int max_prop = size_tpy::value
 

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