|  | 
|  | SharedRegionImpl (SharedRegionManager *manager, size_t id, size_t size, RegionInfo *region) | 
|  | 
| bool | isPublished () const | 
|  | 
| void | setPublished () | 
|  | 
| RegionInfo * | getRegion () const | 
|  | 
| void | shutdown () | 
|  | 
| size_t | getLocalShareID () const | 
|  | 
| size_t | getSize () const | 
|  | 
| void | publish () | 
|  | Call to denote that you are done making any changes to this region. 
 | 
|  | 
| bool | isReady () const | 
|  | 
| void | modifyRegion (size_t offset, size_t length, const void *data) | 
|  | Before the region has published, apply a modification.  More... 
 | 
|  | 
| template<typename T > | 
| void | modifyArray (size_t offset, const T &data) | 
|  | 
| void * | getRawPtr () | 
|  | 
| template<typename T > | 
| T | getPtr () const | 
|  | 
The documentation for this class was generated from the following file: