#include <WPXOLEStream.h>
Public Types | |
| enum | { Ok, OpenFailed, NotOLE, BadOLE, UnknownError } |
Public Member Functions | |
| Storage (const std::stringstream &memorystream) | |
| Constructs a storage with data. | |
| ~Storage () | |
| Destroys the storage. | |
| bool | isOLEStream () |
| Checks whether the storage is OLE2 storage. | |
| int | result () |
| Returns the error code of last operation. | |
Private Member Functions | |
| Storage (const Storage &) | |
| Storage & | operator= (const Storage &) |
Private Attributes | |
| StorageIO * | io |
Friends | |
| class | Stream |
| libwpd::Storage::Storage | ( | const std::stringstream & | memorystream | ) |
Constructs a storage with data.
| libwpd::Storage::~Storage | ( | ) |
Destroys the storage.
| libwpd::Storage::Storage | ( | const Storage & | ) | [private] |
| bool libwpd::Storage::isOLEStream | ( | ) |
Checks whether the storage is OLE2 storage.
| int libwpd::Storage::result | ( | ) |
Returns the error code of last operation.
friend class Stream [friend] |
StorageIO* libwpd::Storage::io [private] |