|
AppCore
|
#include <UniversalDictionary.h>


Public Member Functions | |
| UniversalDictionary (const int32_t &storageDataType) | |
| UniversalDictionary (const UniversalDictionary &otherInstance) | |
| virtual | ~UniversalDictionary () |
| virtual StorageItem * | Clone () |
| virtual QString | WhoAmI () const |
| virtual int32_t | GetStorageDataType () const |
| void | AddItem (const long key, const QVariant &value) |
| void | AddItem (const long key, void *value) |
| void | AddExistingDictionary (const UniversalDictionary *copiedDictionary) |
| DEPRECATED (bool GetBool(const long key, bool &data)) | |
| DEPRECATED (bool GetNumber(const long key, long &data)) | |
| DEPRECATED (bool GetNumber(const long key, unsigned long &data)) | |
| DEPRECATED (bool GetString(const long key, QString &data)) | |
| DEPRECATED (bool GetPointer(const long key, void *&data)) | |
| template<typename T > | |
| bool | GetData (const int32_t key, T &data) |
| template<typename T > | |
| bool | GetPointer (const int32_t key, T &data) |
| bool | RemoveItem (const int32_t &key) |
| unsigned short | GetSize () |
| UniversalDictionary & | operator= (const UniversalDictionary &otherInstance) |
| UniversalDictionary & | operator= (const UniversalDictionary *otherInstance) |
| UniversalDictionary (const int32_t &storageDataType) | |
| UniversalDictionary (const UniversalDictionary &otherInstance) | |
| virtual | ~UniversalDictionary () |
| virtual StorageItem * | Clone () |
| virtual QString | WhoAmI () const |
| virtual int32_t | GetStorageDataType () const |
| void | AddItem (const long key, const QVariant &value) |
| void | AddItem (const long key, void *value) |
| void | AddExistingDictionary (const UniversalDictionary *copiedDictionary) |
| DEPRECATED (bool GetBool(const long key, bool &data)) | |
| DEPRECATED (bool GetNumber(const long key, long &data)) | |
| DEPRECATED (bool GetNumber(const long key, unsigned long &data)) | |
| DEPRECATED (bool GetString(const long key, QString &data)) | |
| DEPRECATED (bool GetPointer(const long key, void *&data)) | |
| template<typename T > | |
| bool | GetData (const int32_t key, T &data) |
| template<typename T > | |
| bool | GetPointer (const int32_t key, T &data) |
| bool | RemoveItem (const int32_t &key) |
| unsigned short | GetSize () |
| UniversalDictionary & | operator= (const UniversalDictionary &otherInstance) |
| UniversalDictionary & | operator= (const UniversalDictionary *otherInstance) |
Public Member Functions inherited from StorageItem | |
| StorageItem () | |
| virtual | ~StorageItem () |
| StorageItem () | |
| virtual | ~StorageItem () |
| INTERNAL UniversalDictionary::UniversalDictionary | ( | const int32_t & | storageDataType | ) |

| UniversalDictionary::UniversalDictionary | ( | const UniversalDictionary & | otherInstance | ) |
|
virtual |
| UniversalDictionary::UniversalDictionary | ( | const int32_t & | storageDataType | ) |
| UniversalDictionary::UniversalDictionary | ( | const UniversalDictionary & | otherInstance | ) |
|
virtual |
| void UniversalDictionary::AddExistingDictionary | ( | const UniversalDictionary * | copiedDictionary | ) |


| void UniversalDictionary::AddExistingDictionary | ( | const UniversalDictionary * | copiedDictionary | ) |
| void UniversalDictionary::AddItem | ( | const long | key, |
| const QVariant & | value | ||
| ) |
| void UniversalDictionary::AddItem | ( | const long | key, |
| const QVariant & | value | ||
| ) |

| void UniversalDictionary::AddItem | ( | const long | key, |
| void * | value | ||
| ) |
| void UniversalDictionary::AddItem | ( | const long | key, |
| void * | value | ||
| ) |
|
virtual |
Implements StorageItem.
|
virtual |
| UniversalDictionary::DEPRECATED | ( | bool | GetBoolconst long key, bool &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetBoolconst long key, bool &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetNumberconst long key, long &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetNumberconst long key, long &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetNumberconst long key, unsigned long &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetNumberconst long key, unsigned long &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetStringconst long key, QString &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetStringconst long key, QString &data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetPointerconst long key, void *&data | ) |
| UniversalDictionary::DEPRECATED | ( | bool | GetPointerconst long key, void *&data | ) |
|
inline |
|
inline |

|
inline |

|
inline |
| unsigned short UniversalDictionary::GetSize | ( | ) |
| unsigned short UniversalDictionary::GetSize | ( | ) |
|
virtual |
Implements StorageItem.
|
virtual |
| UniversalDictionary & UniversalDictionary::operator= | ( | const UniversalDictionary & | otherInstance | ) |
| UniversalDictionary& UniversalDictionary::operator= | ( | const UniversalDictionary & | otherInstance | ) |
| UniversalDictionary & UniversalDictionary::operator= | ( | const UniversalDictionary * | otherInstance | ) |
| UniversalDictionary& UniversalDictionary::operator= | ( | const UniversalDictionary * | otherInstance | ) |
| bool UniversalDictionary::RemoveItem | ( | const int32_t & | key | ) |

| bool UniversalDictionary::RemoveItem | ( | const int32_t & | key | ) |
|
virtual |
Abstract function which returns name of concrete Item.
Implements StorageItem.
|
virtual |
Abstract function which returns name of concrete Item.
Implements StorageItem.
1.8.8