#include <ITreeFactory.h>
Definition at line 27 of file ITreeFactory.h.
Public Member Functions | |
virtual | ~ITreeFactory () |
Destructor. | |
virtual ITree * | create ()=0 |
virtual ITree * | create (const std::string &storeName, const std::string &storeType="", bool readOnly=false, bool createNew=false, const std::string &options="")=0 |
|
Destructor.
Definition at line 31 of file ITreeFactory.h. |
|
Creates a new tree and associates it with a store. The store is assumed to be read/write. The store will be created if it does not exist.
|
|
Creates a new tree that is not associated with a store. Referenced by main(). |