MemArchive Class Reference

In-memory database (not implemented yet) Can be used to create Storeable objects in OK state without using any database. More...

#include <memarchive.h>

Inheritance diagram for MemArchive:

Inheritance graph
[legend]
Collaboration diagram for MemArchive:

Collaboration graph
[legend]
List of all members.

Public Member Functions

MemIStream getIStream ()
 Get stream for reading objects.
MemOStream getOStream ()
 Get stream for writing objects.
virtual bool isOpen () const
 Check if archive is open.
virtual void open (const char *pOpenStr)
 Opens archive.

Detailed Description

In-memory database (not implemented yet) Can be used to create Storeable objects in OK state without using any database.


Member Function Documentation

virtual bool isOpen  )  const [virtual]
 

Check if archive is open.

Returns:
true if archive is open, false otherwise

Implements Archive.

virtual void open const char *  pOpenStr  )  [virtual]
 

Opens archive.

Parameters:
pOpenStr connect string passed to internal Database object

Implements Archive.


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

Documentation
Quick start
Examples
Search

API Documentation
Class hierarchy
Member index
API Reference
Store filters
Store table macros
Back

Generated by doxygen at Sun Nov 9 02:08:22 2008