[PR] この広告は3ヶ月以上更新がないため表示されています。
ホームページを更新後24時間以内に表示されなくなります。
#include <marshal.h>
Inheritance diagram for FileStorage:
Public Member Functions | |
FileStorage () | |
FileStorage (const QString &name) | |
int | read (char *buf, uint size) |
int | write (const char *buf, uint size) |
Definition at line 28 of file marshal.h.
int FileStorage::read | ( | char * | buf, | |
uint | size | |||
) | [inline, virtual] |
Read size bytes from the store into buf.
Implements StorageIntf.
int FileStorage::write | ( | const char * | buf, | |
uint | size | |||
) | [inline, virtual] |
Write size bytes from buf into the store.
Implements StorageIntf.