28 #ifndef TABLES_INCREMENTALSTMAN_H
29 #define TABLES_INCREMENTALSTMAN_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/tables/DataMan/ISMBase.h>
uInt bucketSize() const
Get the bucket size (in bytes).
virtual String dataManagerName() const
Get the name given to the storage manager (in the constructor).
uInt cacheSize() const
Get the current cache size (in buckets).
IncrementalStMan(const IncrementalStMan &that)
Copy constructor cannot be used.
IncrementalStMan & operator=(const IncrementalStMan &that)
Assignment cannot be used.
IncrementalStMan(uInt bucketSize=0, Bool checkBucketSize=True, uInt cacheSize=1)
Create an incremental storage manager with the given name.
IncrementalStMan(const String &dataManagerName, uInt bucketSize=0, Bool checkBucketSize=True, uInt cacheSize=1)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.