#include <cel_storage.h>
List of all members.
Public Member Functions |
| virtual void | offset (size_t inAdditionalOffset)=0 |
Static Public Member Functions |
| static AutoPtr< RomStorage > | create (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: