fintp_base
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FinTP::FileMetadataStatePersist Class Reference

#include <FileMetadataStatePersist.h>

Inheritance diagram for FinTP::FileMetadataStatePersist:

Public Member Functions

 FileMetadataStatePersist ()
 
 ~FileMetadataStatePersist ()
 
- Public Member Functions inherited from FinTP::AbstractStatePersistence
virtual ~AbstractStatePersistence ()
 
 AbstractStatePersistence (const AbstractStatePersistence &source)
 
AbstractStatePersistenceoperator= (const AbstractStatePersistence &source)
 
void InitStorage (const string &storageKey)
 
void ReleaseStorage (const string &storageKey)
 
void Set (const string &storageKey, const string &key, const string &value)
 
string GetString (const string &storageKey, const string &key)
 
void Set (const string &storageKey, const string &key, const int value)
 
int GetInt (const string &storageKey, const string &key)
 
int getItemCount (const string &storageKey)
 

Protected Member Functions

void internalSet (const string &storageKey, DictionaryEntry storageData)
 
DictionaryEntry internalGet (const string &storageKey, const string &key)
 
int internalGetItemCount (const string &storageKey) const
 
void internalInitStorage (const string &storageKey)
 
void internalReleaseStorage (const string &storageKey)
 
- Protected Member Functions inherited from FinTP::AbstractStatePersistence
 AbstractStatePersistence ()
 

Additional Inherited Members

- Protected Attributes inherited from FinTP::AbstractStatePersistence
set< string > m_Storages
 

Constructor & Destructor Documentation

FileMetadataStatePersist::FileMetadataStatePersist ( )
FileMetadataStatePersist::~FileMetadataStatePersist ( )

Member Function Documentation

DictionaryEntry FileMetadataStatePersist::internalGet ( const string &  storageKey,
const string &  key 
)
protectedvirtual
int FinTP::FileMetadataStatePersist::internalGetItemCount ( const string &  storageKey) const
inlineprotectedvirtual
void FileMetadataStatePersist::internalInitStorage ( const string &  storageKey)
protectedvirtual
void FileMetadataStatePersist::internalReleaseStorage ( const string &  storageKey)
protectedvirtual
void FileMetadataStatePersist::internalSet ( const string &  storageKey,
DictionaryEntry  storageData 
)
protectedvirtual

The documentation for this class was generated from the following files: