ActiveTcl User Guide

xotcl/library/store/Storage.xotcl xotcl/library/store/Storage.xotcl


Package/File Information

Package provided: xotcl::store 0.84

Defined Objects/Classes:
Filename: xotcl/library/store/Storage.xotcl

Description: Simple generic storage interface for hashtable-like (persistent) storages. There are several different existing stores, including a memory storage, a GDBM storage, a SDBM storage, and a TextFile storage.
Date: $Date: 2004/05/23 22:50:39 $


Class: Storage

Class: Class
Procs/Instprocs: close, exists, firstkey, names, nextkey, open, set, someNewChildStore, unset.
Description: Abstract storage interface class (superclass of all storages).

Instprocs

Procs







Back to index page.