Debea Library 1.4.2

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:
Collaboration diagram for MemArchive:

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

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

Generated by doxygen at Fri Oct 22 23:15:45 2010