libwpd::Storage Class Reference

#include <WPXOLEStream.h>

List of all members.

Public Types

enum  Result {
  Ok, OpenFailed, NotOLE, BadOLE,
  UnknownError
}

Public Member Functions

 Storage (WPXInputStream *is)
 Constructs a storage with data.
 ~Storage ()
 Destroys the storage.
bool isOLEStream ()
 Checks whether the storage is OLE2 storage.
Result result ()
 Returns the error code of last operation.

Private Member Functions

 Storage (const Storage &)
Storageoperator= (const Storage &)

Private Attributes

IStoragem_io

Friends

class Stream

Member Enumeration Documentation

Enumerator:
Ok 
OpenFailed 
NotOLE 
BadOLE 
UnknownError 

Constructor & Destructor Documentation

Constructs a storage with data.

Destroys the storage.

libwpd::Storage::Storage ( const Storage ) [private]

Member Function Documentation

Checks whether the storage is OLE2 storage.

Referenced by WPXFileStream::isOLEStream(), and WPXStringStream::isOLEStream().

Storage& libwpd::Storage::operator= ( const Storage ) [private]

Friends And Related Function Documentation

friend class Stream [friend]

Member Data Documentation


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