#include "Types.h"
Go to the source code of this file.
Classes | |
class | SavableManager |
This class represents one row in the database. More... | |
Typedefs | |
typedef std::map < KeyImpl *, value_type > | KeyFieldMap |
The type used to cache integer type field values. | |
typedef std::pair < FieldImpl *, std::string > | TextFieldPair |
The type used to cache text type field values. | |
typedef std::map < KeyFieldMap, SavableManagerPtr > | ByKeyCache |
The type used to cache SavableManagers by their keys in. | |
typedef std::map < TextFieldPair, SavableManagerPtr > | ByValueCache |
The type used to cache SavableManagers by their value in. |
Definition in file SavableManager.h.
typedef std::map<KeyFieldMap, SavableManagerPtr> ByKeyCache |
The type used to cache SavableManagers by their keys in.
Definition at line 38 of file SavableManager.h.
typedef std::map<TextFieldPair, SavableManagerPtr> ByValueCache |
The type used to cache SavableManagers by their value in.
Definition at line 41 of file SavableManager.h.
typedef std::map<KeyImpl*, value_type> KeyFieldMap |
typedef std::pair<FieldImpl*, std::string> TextFieldPair |