| 
    swift
    
   | 
 
Go to the source code of this file.
Classes | |
| class | swift::misc::CTestValueObject | 
| Test value object.  More... | |
Namespaces | |
| swift::misc | |
| Free functions in swift::misc.  | |
Typedefs | |
| using | CValueObjectDictionary = swift::misc::CDictionary< swift::misc::CTestValueObject, swift::misc::CTestValueObject > | 
| Test value object dictionary using ordered container.  | |
| using | CValueObjectHashDictionary = swift::misc::CDictionary< swift::misc::CTestValueObject, swift::misc::CTestValueObject, QHash > | 
| Test value object dictionary using unordered container.  | |
| using | CNotHashableDictionary = swift::misc::CDictionary< swift::misc::CNotHashable, QString > | 
| Test value object dictionary using ordered container with not hashable key.  | |
| using | CNotHashableMapDictionary = swift::misc::CDictionary< swift::misc::CNotHashable, QString, QMap > | 
| Test value object dictionary using unordered container with not hashable key.  | |