MICACHEIO Class Reference

Interface class for providing access to external storage. More...

#include <mi32/micache.h>

Inheritance diagram for MICACHEIO:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

virtual ERRVALUE CacheLoad (MICACHE::ITEMINFO &iteminfo)=0
virtual ERRVALUE CacheSave (MICACHE::ITEMINFO &iteminfo)=0

Detailed Description

Interface class for providing access to external storage.


Member Function Documentation

virtual ERRVALUE MICACHEIO::CacheLoad ( MICACHE::ITEMINFO iteminfo  )  [protected, pure virtual]

Load cache entry from external storage.

If program is handling allocation this must allocate memory for item and set using MICACHE::ITEMINFO::SetMemPtr().

virtual ERRVALUE MICACHEIO::CacheSave ( MICACHE::ITEMINFO iteminfo  )  [protected, pure virtual]

Save cache entry to external storage.

If program is handling allocation this must free any allocated memory used by item.


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

Generated on Sun Oct 7 21:33:35 2012 for TNTsdk 2012 by  doxygen 1.6.1