Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

corelinux::MemoryStorage Class Reference

MemoryStorage is type of Storage characterized as transient and high speed. More...

#include <MemoryStorage.hpp>

Inheritance diagram for corelinux::MemoryStorage

Inheritance graph
[legend]
Collaboration diagram for corelinux::MemoryStorage:

Collaboration graph
[legend]
List of all members.

Public Methods

 MemoryStorage ( MemoryIdentifierCref , IntCref , VoidPtr )
 Constructor for storage object. More...

bool operator== ( MemoryStorageCref ) const
 Compares identifier.

 operator MemoryIdentifierCref ( void ) const
 Returns identifier.

void operator+ ( Int ) throw ( BoundsException )
 Increment current pointer.

void operator- ( Int ) throw ( BoundsException )
 Decrement current pointer.

template<classT>  operator T ( void ) throw ( BoundsException )
 Reads current location as type.

template<classT>  operator T * ( void ) throw ( BoundsException )
 Reads current location as type pointer.

template<classT> T& operator= ( T & aT ) throw ( BoundsException )
 Data assignment.

MemoryStorageRef operator[] ( Int offset ) throw ( BoundsException )
 Subscript offset operator.

template<classType, classXexec> void forEach ( Xexec aExec ) throw ( Assertion )
 forEach invokes the callers method to perform whatever operation they want on the type reference in the segment space. More...

template<classType, classXexec, classTest> void forEach ( Xexec aExec, Test aTest ) throw ( Assertion )
 forEach that invokes the callers method if the callers test method returns true. More...


Protected Methods

 MemoryStorage ( void ) throw ( Assertion )
 Default is never called.

 MemoryStorage ( MemoryStorageCref )
 Copy called by Memory.

virtual ~MemoryStorage ( void )
 Virtual destructor.

MemoryStorageRef operator= ( MemoryStorageCref )
 Assignment called by Memory.

VoidPtr getBasePointer ( void )
 Internal reference to base.


Friends

class  Memory

Detailed Description

MemoryStorage is type of Storage characterized as transient and high speed.

The interface provides pointer semantics with the addition of bounds error checking.


Constructor & Destructor Documentation

corelinux::MemoryStorage::MemoryStorage ( MemoryIdentifierCref anId,
IntCref aSize,
VoidPtr aBase )
 

Constructor for storage object.

Parameters:
MemoryIdentifier   a unique id
Int   size of region in bytes
void   * to base address of region


Member Function Documentation

template<classType, classXexec, classTest>
void corelinux::MemoryStorage::forEach ( Xexec aExec,
Test aTest ) throw ( Assertion ) [inline]
 

forEach that invokes the callers method if the callers test method returns true.

Parameters:
Xexec   call to templated type
Test   call to templated type

template<classType, classXexec>
void corelinux::MemoryStorage::forEach ( Xexec aExec ) throw ( Assertion ) [inline]
 

forEach invokes the callers method to perform whatever operation they want on the type reference in the segment space.

Parameters:
Xexec   call to templated type


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium