Freeze Slice API Reference
Data Members | List of all members
Freeze::CatalogData Struct Reference

The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment. More...

defined in <Freeze/CatalogData.ice>

struct CatalogData { ... }

Data Members

bool evictor
 True if this entry describes an evictor database, false if it describes a map database. More...
 
string key
 The Slice type for the database key. More...
 
string value
 The Slice type for the database value. More...
 

Detailed Description

The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment.

It is used by FreezeScript.

Data Member Documentation

◆ evictor

bool evictor

True if this entry describes an evictor database, false if it describes a map database.

◆ key

string key

The Slice type for the database key.

◆ value

string value

The Slice type for the database value.


The documentation for this struct was generated from the following file: