swift
|
Go to the source code of this file.
Classes | |
class | swift::misc::db::IDatastoreObject |
Supposed to be used only in filter operations. More... | |
class | swift::misc::db::IDatastoreObjectWithIntegerKey |
Class from which a derived class can inherit datastore-related functions. More... | |
class | swift::misc::db::IDatastoreObjectWithStringKey |
Class from which a derived class can inherit datastore-related functions. More... | |
Namespaces | |
swift::misc | |
Free functions in swift::misc. | |
Enumerations | |
enum | swift::misc::db::DbKeyState { Undefined = 0 , Valid = 1 << 0 , Invalid = 1 << 1 , All = Valid | Invalid } |
State of key (in DB, ...?) | |