src/DAL/SavableManager.h File Reference

This file container the SavableManager class. More...

#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.


Detailed Description

This file container the SavableManager class.

See also:
SavableManager.

Definition in file SavableManager.h.


Typedef Documentation

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

The type used to cache integer type field values.

Definition at line 32 of file SavableManager.h.

typedef std::pair<FieldImpl*, std::string> TextFieldPair

The type used to cache text type field values.

Definition at line 35 of file SavableManager.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo