Public Member Functions | Static Public Member Functions

Celartem::RomStorage Class Reference

#include <cel_storage.h>

Inheritance diagram for Celartem::RomStorage:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void offset (size_t inAdditionalOffset)=0

Static Public Member Functions

static AutoPtr< RomStoragecreate (const u8 *inMem, size_t inSize)

Detailed Description

This class provides the feature of creating read-only storage upon read-only memory block.

See also:
storages, MemoryStorage

Member Function Documentation

static AutoPtr<RomStorage> Celartem::RomStorage::create ( const u8 inMem,
size_t  inSize 
) [static]

This method creates Memory Based Read Only Storage.

Parameters:
inMem A memory block to access with the storage to create.
inSize The size of the memory block.
Returns:
Pointer to the newly created storage.
virtual void Celartem::RomStorage::offset ( size_t  inAdditionalOffset  )  [pure virtual]

Additionally offset the storage.
This method also conditions the current position according to the offset change.

Parameters:
inAdditionalOffset Additional offset.

The documentation for this class was generated from the following file:

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo