Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

Deregistration Class Reference

#include <Deregistration.hpp>

List of all members.

Public Member Functions

 Deregistration (void *ptr, int superstep)
void * ptr ()
int superstep ()

Private Attributes

void * ptr_
int superstep_


Detailed Description

Deregistration - Represents a memory deregistration request. When performed, the last occurrence of a given registered memory address is invalidated for further remote access.

Author:
Andrei Goldchleger
Date:
December, 2003


Constructor & Destructor Documentation

Deregistration::Deregistration void *  ptr,
int  superstep
[inline]
 

Creates a Deregistration Object.

Parameters:
ptr - pointer to the memory address to be registered
superstep - the superstep in which the deregistration request is going to be issued


Member Function Documentation

void* Deregistration::ptr  )  [inline]
 

Returns the pointer of this Deregistration

int Deregistration::superstep  )  [inline]
 

Returns the superstep of this Deregistration


Member Data Documentation

void* Deregistration::ptr_ [private]
 

pointer to the memory area being registered

int Deregistration::superstep_ [private]
 

the superstep in which the deregistration request was issued


The documentation for this class was generated from the following file:
Generated on Mon Sep 6 16:13:10 2004 by doxygen 1.3.3