| 
    SST
    11.1.0
    
   StructuralSimulationToolkit 
   | 
 
Utility class to define how to merge multiple pieces of shared memory regions Useful in the multi-MPI-rank, "Global Shared" model. More...
#include <sharedRegion.h>
  
 Public Member Functions | |
| virtual bool | merge (uint8_t *target, const uint8_t *newData, size_t size) | 
| Merge the data from 'newData' into 'target'.  More... | |
| virtual bool | merge (uint8_t *target, size_t size, const std::vector< ChangeSet > &changeSets) | 
Utility class to define how to merge multiple pieces of shared memory regions Useful in the multi-MPI-rank, "Global Shared" model.
      
  | 
  virtual | 
Merge the data from 'newData' into 'target'.
Reimplemented in SST::SharedRegionInitializedMerger.