Abstract interface for file based memory storage operations.
More...
#include <store.h>
Abstract interface for file based memory storage operations.
Definition at line 27 of file store.h.
virtual StorageIntf::~StorageIntf |
( |
| ) |
|
|
inlinevirtual |
Required by gcc
Definition at line 31 of file store.h.
virtual int StorageIntf::read |
( |
char * |
buf, |
|
|
uint |
size |
|
) |
| |
|
pure virtual |
virtual int StorageIntf::write |
( |
const char * |
buf, |
|
|
uint |
size |
|
) |
| |
|
pure virtual |
Write size bytes from buf into the store.
Implemented in Store, and FileStorage.
The documentation for this class was generated from the following file: