Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

LOW_sharedMemSegment Class Reference

Abstract base class for shared memory segments. More...

#include <LOW_sharedMemSegment.h>

Inheritance diagram for LOW_sharedMemSegment:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual void * get () const=0
 Get a pointer to the shared memory segment. More...


Detailed Description

Abstract base class for shared memory segments.

Each instance represents one shared memory segment.

Specific platforms dereive their implementation classes from this class.

The instances are created by LOW_sharedMemSegmentFactory, following the factory design pattern.

Note: There is no prescribed constructor. A class deriving from this class should give the opportunity to specify the size of the segment.

See also:
LOW_sharedMemSegmentFactory
Author:
Harald Roelle, Helmut Reiser

Definition at line 40 of file LOW_sharedMemSegment.h.


Member Function Documentation

virtual void* LOW_sharedMemSegment::get   const [pure virtual]
 

Get a pointer to the shared memory segment.

Abstract method to be implemented by derived class.

Returns:
Pointer to the shared memory segment.

Reimplemented in LOW_sharedMemSegment_SysV.

Referenced by LOW_linkDS2480B::LOW_linkDS2480B().


The documentation for this class was generated from the following file:
Generated on Sun Jan 12 21:07:58 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001