#include <UniversalDictionary.h>
|
| | 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) |
| |
| | StorageItem () |
| |
| virtual | ~StorageItem () |
| |
| | StorageItem () |
| |
| virtual | ~StorageItem () |
| |
|
| enum | PersistentStorageDataType {
StorageDataTypeTimeTable = 0
, StorageDataTypeOperatingData = 1
, PersistentStorageDataTypeCount = 2
, StorageDataTypeTimeTable = 0
,
StorageDataTypeOperatingData = 1
, PersistentStorageDataTypeCount = 2
} |
| |
| enum | TransientStorageDataType {
StorageDataTypeTemporary = 100
, StorageDataTypeTicketIssue = 101
, StorageDataTypeGPSAlgorithmData = 102
, StorageDataTypeTicketCancellation = 103
,
TransientStorageDataTypeCount = 104
, StorageDataTypeTemporary = 100
, StorageDataTypeTicketIssue = 101
, StorageDataTypeGPSAlgorithmData = 102
,
StorageDataTypeTicketCancellation = 103
, TransientStorageDataTypeCount = 104
} |
| |
| enum | PersistentStorageDataType {
StorageDataTypeTimeTable = 0
, StorageDataTypeOperatingData = 1
, PersistentStorageDataTypeCount = 2
, StorageDataTypeTimeTable = 0
,
StorageDataTypeOperatingData = 1
, PersistentStorageDataTypeCount = 2
} |
| |
| enum | TransientStorageDataType {
StorageDataTypeTemporary = 100
, StorageDataTypeTicketIssue = 101
, StorageDataTypeGPSAlgorithmData = 102
, StorageDataTypeTicketCancellation = 103
,
TransientStorageDataTypeCount = 104
, StorageDataTypeTemporary = 100
, StorageDataTypeTicketIssue = 101
, StorageDataTypeGPSAlgorithmData = 102
,
StorageDataTypeTicketCancellation = 103
, TransientStorageDataTypeCount = 104
} |
| |
◆ UniversalDictionary() [1/4]
◆ UniversalDictionary() [2/4]
◆ ~UniversalDictionary() [1/2]
| UniversalDictionary::~UniversalDictionary |
( |
| ) |
|
|
virtual |
◆ UniversalDictionary() [3/4]
| UniversalDictionary::UniversalDictionary |
( |
const int32_t & |
storageDataType | ) |
|
◆ UniversalDictionary() [4/4]
◆ ~UniversalDictionary() [2/2]
| virtual UniversalDictionary::~UniversalDictionary |
( |
| ) |
|
|
virtual |
◆ AddExistingDictionary() [1/2]
◆ AddExistingDictionary() [2/2]
◆ AddItem() [1/4]
◆ AddItem() [2/4]
◆ AddItem() [3/4]
◆ AddItem() [4/4]
◆ Clone() [1/2]
◆ Clone() [2/2]
◆ DEPRECATED() [1/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetBoolconst long key, bool &data | ) |
|
◆ DEPRECATED() [2/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetBoolconst long key, bool &data | ) |
|
◆ DEPRECATED() [3/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetNumberconst long key, long &data | ) |
|
◆ DEPRECATED() [4/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetNumberconst long key, long &data | ) |
|
◆ DEPRECATED() [5/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetNumberconst long key, unsigned long &data | ) |
|
◆ DEPRECATED() [6/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetNumberconst long key, unsigned long &data | ) |
|
◆ DEPRECATED() [7/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetPointerconst long key, void *&data | ) |
|
◆ DEPRECATED() [8/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetPointerconst long key, void *&data | ) |
|
◆ DEPRECATED() [9/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetStringconst long key, QString &data | ) |
|
◆ DEPRECATED() [10/10]
| UniversalDictionary::DEPRECATED |
( |
bool |
GetStringconst long key, QString &data | ) |
|
◆ GetData() [1/2]
template<typename T >
| bool UniversalDictionary::GetData |
( |
const int32_t |
key, |
|
|
T & |
data |
|
) |
| |
|
inline |
◆ GetData() [2/2]
template<typename T >
| bool UniversalDictionary::GetData |
( |
const int32_t |
key, |
|
|
T & |
data |
|
) |
| |
|
inline |
◆ GetPointer() [1/2]
◆ GetPointer() [2/2]
◆ GetSize() [1/2]
◆ GetSize() [2/2]
◆ GetStorageDataType() [1/2]
| int32_t UniversalDictionary::GetStorageDataType |
( |
| ) |
const |
|
virtual |
◆ GetStorageDataType() [2/2]
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ RemoveItem() [1/2]
◆ RemoveItem() [2/2]
◆ WhoAmI() [1/2]
| QString UniversalDictionary::WhoAmI |
( |
| ) |
const |
|
virtual |
Abstract function which returns name of concrete Item.
- Returns
- name of descendent class.
Implements StorageItem.
◆ WhoAmI() [2/2]
Abstract function which returns name of concrete Item.
- Returns
- name of descendent class.
Implements StorageItem.
The documentation for this class was generated from the following files: