7 #ifndef AIDA_ITREEFACTORY_H
8 #define AIDA_ITREEFACTORY_H 1
50 virtual ITree *
create(
const std::string & storeName,
const std::string & storeType =
"",
bool readOnly =
false,
bool createNew =
false,
const std::string & options =
"") = 0;
class IManagedObject;
Definition: ITree.h:37
The creator of trees.
Definition: ITreeFactory.h:27
virtual ITree * create()=0
Creates a new tree that is not associated with a store.
virtual ~ITreeFactory()
Destructor.
Definition: ITreeFactory.h:31